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.
--framework net8.0
1 parent 951284a commit 9e4ed9fCopy full SHA for 9e4ed9f
CodeGen/CodeGen.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
+ <TargetFramework>net8.0</TargetFramework>
6
<LangVersion>latest</LangVersion>
7
<Nullable>enable</Nullable>
8
<!-- Allow compile with various nullability warnings until fixed. -->
0 commit comments