Ensure the benchmark project does not get packed

This commit is contained in:
Koen Bekkenutte
2021-06-04 00:39:11 +08:00
parent cba010618c
commit faf2cac1c3
@@ -2,7 +2,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net5.0</TargetFramework>,
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>