Skip to content

Commit 82d01d0

Browse files
committed
build(tests): enable nullable refs and bump LangVersion to C# 12 in test project
- Set <LangVersion> to 12 (was 9.0) - Enable nullable reference types: <Nullable>enable</Nullable>
1 parent b0d52ef commit 82d01d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/DacpacTool.Tests/DacpacTool.Tests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<IsPackable>false</IsPackable>
66
<AssemblyName>MSBuild.Sdk.SqlProj.DacpacTool.Tests</AssemblyName>
77
<RootNamespace>MSBuild.Sdk.SqlProj.DacpacTool.Tests</RootNamespace>
8-
<LangVersion>9.0</LangVersion>
8+
<LangVersion>12</LangVersion>
9+
<Nullable>enable</Nullable>
910
<NuGetAudit>false</NuGetAudit>
1011
<TestTfmsInParallel>false</TestTfmsInParallel>
1112
</PropertyGroup>

0 commit comments

Comments
 (0)