Skip to content

Commit

Permalink
Merge pull request #197 from seesharper/fix-packable
Browse files Browse the repository at this point in the history
Don't pack benchmark project
  • Loading branch information
seesharper authored Sep 8, 2022
2 parents b8e1b42 + 0d2d1a5 commit 1eb32c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.2" />
Expand Down

0 comments on commit 1eb32c6

Please sign in to comment.