Skip to content

Commit

Permalink
Set IsPackable=false
Browse files Browse the repository at this point in the history
Prevent a NuGet package being created for the benchmarks.
  • Loading branch information
martincostello authored Aug 27, 2024
1 parent b9619ae commit 13af480
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPackable>false</IsPackable>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
Expand Down

0 comments on commit 13af480

Please sign in to comment.