فهرست منبع

Make the C# benchmarks non-packable

Jon Skeet 6 سال پیش
والد
کامیت
2de68bc33a
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>