Skip to content

Commit

Permalink
Fixing release build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmprieur committed Oct 16, 2023
1 parent cecd04e commit 225c1e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<!-- This test only needs to run on .NET -->
<TargetFramework Condition="'$(TargetNet8)' == 'True'">net8.0</TargetFramework>
<TargetFramework Condition="'$(TargetNet8)' != 'True'">net6.0</TargetFramework>
<langversion>10</langversion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 225c1e6

Please sign in to comment.