Skip to content

Commit

Permalink
Update .NET version to net8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Exanite committed Dec 19, 2023
1 parent 809e793 commit ba32d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Exanite.Core.FNA.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>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>9</LangVersion>
</PropertyGroup>
<ItemGroup>
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) -->
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>9</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit ba32d35

Please sign in to comment.