Преглед на файлове

Merge pull request #5898 from jskeet/non-packable

Make the C# benchmarks non-packable
Jan Tattermusch преди 6 години
родител
ревизия
b68a347f56
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj

+ 1 - 0
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>