Skip to content

Commit

Permalink
FNA.Core: Use TargetFramework instead of TargetFrameworks.
Browse files Browse the repository at this point in the history
I can't believe this actually makes a difference in msbuild.
  • Loading branch information
flibitijibibo authored Sep 22, 2024
1 parent 657d1d5 commit db16bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FNA.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<EnableDefaultItems>false</EnableDefaultItems>
Expand Down

0 comments on commit db16bf9

Please sign in to comment.