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 b0d52ef commit 82d01d0Copy full SHA for 82d01d0
test/DacpacTool.Tests/DacpacTool.Tests.csproj
@@ -5,7 +5,8 @@
5
<IsPackable>false</IsPackable>
6
<AssemblyName>MSBuild.Sdk.SqlProj.DacpacTool.Tests</AssemblyName>
7
<RootNamespace>MSBuild.Sdk.SqlProj.DacpacTool.Tests</RootNamespace>
8
- <LangVersion>9.0</LangVersion>
+ <LangVersion>12</LangVersion>
9
+ <Nullable>enable</Nullable>
10
<NuGetAudit>false</NuGetAudit>
11
<TestTfmsInParallel>false</TestTfmsInParallel>
12
</PropertyGroup>
0 commit comments