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 eee1d88 commit b328a0aCopy full SHA for b328a0a
src/.build-system/Directory.Build.props
@@ -2,8 +2,8 @@
2
<Import Project="./BuildVariables.props" />
3
<!-- All C# Projects -->
4
<PropertyGroup Label="C# Project Property Groups" Condition="'$(IsCSharpProject)' == 'true'">
5
- <TargetFramework>net8.0</TargetFramework>
6
- <LangVersion>12.0</LangVersion>
+ <TargetFramework>net9.0</TargetFramework>
+ <LangVersion>13.0</LangVersion>
7
<ImplicitUsings>enable</ImplicitUsings>
8
<Nullable>enable</Nullable>
9
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
0 commit comments