Merge pull request #5898 from jskeet/non-packable

Make the C# benchmarks non-packable
pull/5835/head
Jan Tattermusch 6 years ago committed by GitHub
commit b68a347f56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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