Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e4ed9f

Browse files
committedMar 14, 2025·
Remove .NET 9 target from CodeGen.csproj to avoid ambiguity when calling dotnet run (i.e. avoid needing to specify --framework net8.0).
1 parent 951284a commit 9e4ed9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CodeGen/CodeGen.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
5+
<TargetFramework>net8.0</TargetFramework>
66
<LangVersion>latest</LangVersion>
77
<Nullable>enable</Nullable>
88
<!-- Allow compile with various nullability warnings until fixed. -->

0 commit comments

Comments
 (0)
Please sign in to comment.