Skip to content

Commit

Permalink
Make benchmark project non-packable
Browse files Browse the repository at this point in the history
  • Loading branch information
jwosty committed Jul 9, 2023
1 parent 605746f commit f09f3cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/benchmark.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<Compile Include="benchmark.fs" />
Expand Down

0 comments on commit f09f3cd

Please sign in to comment.