We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34626b8 commit eb37169Copy full SHA for eb37169
2 files changed
.gitignore
@@ -337,4 +337,5 @@ bunit.docs/log.txt
337
.sonarqube
338
tests/*/coverage
339
340
-bunit.v3.ncrunchsolution.user
+bunit.v3.ncrunchsolution.user
341
+watch.csproj
Directory.Build.props
@@ -4,7 +4,7 @@
4
<PropertyGroup Label="Configuration variables">
5
<DotNet3Version>3.1.1</DotNet3Version>
6
<DotNet5Version>5.0.0</DotNet5Version>
7
- <DotNet6Version>6.0.0-preview.5.*</DotNet6Version>
+ <DotNet6Version>6.0.0-preview.6.*</DotNet6Version>
8
</PropertyGroup>
9
10
<!-- Solution wide properties -->
@@ -17,7 +17,7 @@
17
18
<PropertyGroup Label="Compile settings">
19
<Nullable>enable</Nullable>
20
- <LangVersion>9.0</LangVersion>
+ <LangVersion>10.0</LangVersion>
21
<NoWarn>CA1014,NU5104</NoWarn>
22
23
<!-- Used by code coverage -->
0 commit comments