Skip to content

Commit

Permalink
Update to .NET 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Exanite committed Nov 14, 2024
1 parent 7683d93 commit 4249220
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CS12/Exanite.Core.CS12.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<OutputPath>bin\$(MSBuildProjectName)\$(Configuration)</OutputPath>

<!-- For code incompatible with Unity -->
<TargetFrameworks>netstandard2.1;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net9.0</TargetFrameworks>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down
2 changes: 1 addition & 1 deletion Exanite.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<OutputPath>bin\$(MSBuildProjectName)\$(Configuration)</OutputPath>

<!-- For Unity compatibility (C# 9) -->
<TargetFrameworks>netstandard2.1;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net9.0</TargetFrameworks>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>

Expand Down
2 changes: 1 addition & 1 deletion Tests/Exanite.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<OutputPath>bin\$(MSBuildProjectName)\$(Configuration)</OutputPath>

<!-- For Unity compatibility (C# 9) -->
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>

Expand Down

0 comments on commit 4249220

Please sign in to comment.