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 ad95f6d commit 6972429Copy full SHA for 6972429
Directory.Build.props
@@ -1,6 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
<TargetFramework>net9.0</TargetFramework>
4
+ <LangVersion>preview</LangVersion>
5
<Nullable>enable</Nullable>
6
<ImplicitUsings>enable</ImplicitUsings>
7
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
0 commit comments