Skip to content

Commit

Permalink
fix tfm parameter having no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Jan 3, 2024
1 parent d0a5c26 commit 73132d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content/build.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>{TFM}</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>

Expand Down

0 comments on commit 73132d4

Please sign in to comment.