Make the C# benchmarks non-packable

pull/5898/head
Jon Skeet 6 years ago
parent f071c9e0f3
commit 2de68bc33a
  1. 1
      csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj

@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<IsPackable>False</IsPackable>
</PropertyGroup>
<ItemGroup>

Loading…
Cancel
Save