Skip to content

Commit

Permalink
use sdk 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
6bee committed Nov 24, 2024
1 parent cb6df68 commit 9c5a296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<PropertyGroup Label="General Properties">
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<LangVersion>13.0</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GeneratePackageOnBuild Condition=" '$(GeneratePackageOnBuild)' == '' and '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
<PackageOutputPath>$(MSBuildThisFileDirectory)artifacts/</PackageOutputPath>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "9.0.100",
"rollForward": "latestFeature"
}
}

0 comments on commit 9c5a296

Please sign in to comment.