Skip to content

Commit eb37169

Browse files
committed
build: updated to latest net6 preview 6, moved to C# lang version 10
1 parent 34626b8 commit eb37169

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,4 +337,5 @@ bunit.docs/log.txt
337337
.sonarqube
338338
tests/*/coverage
339339

340-
bunit.v3.ncrunchsolution.user
340+
bunit.v3.ncrunchsolution.user
341+
watch.csproj

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup Label="Configuration variables">
55
<DotNet3Version>3.1.1</DotNet3Version>
66
<DotNet5Version>5.0.0</DotNet5Version>
7-
<DotNet6Version>6.0.0-preview.5.*</DotNet6Version>
7+
<DotNet6Version>6.0.0-preview.6.*</DotNet6Version>
88
</PropertyGroup>
99

1010
<!-- Solution wide properties -->
@@ -17,7 +17,7 @@
1717

1818
<PropertyGroup Label="Compile settings">
1919
<Nullable>enable</Nullable>
20-
<LangVersion>9.0</LangVersion>
20+
<LangVersion>10.0</LangVersion>
2121
<NoWarn>CA1014,NU5104</NoWarn>
2222

2323
<!-- Used by code coverage -->

0 commit comments

Comments
 (0)