File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -337,4 +337,5 @@ bunit.docs/log.txt
337337.sonarqube
338338tests /* /coverage
339339
340- bunit.v3.ncrunchsolution.user
340+ bunit.v3.ncrunchsolution.user
341+ watch.csproj
Original file line number Diff line number Diff line change 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 -->
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 -->
You can’t perform that action at this time.
0 commit comments