diff --git a/csharp/build_packages.bat b/csharp/build_packages.bat
index d7205659f1..9e68229037 100644
--- a/csharp/build_packages.bat
+++ b/csharp/build_packages.bat
@@ -1,7 +1,7 @@
@rem Builds Google.Protobuf NuGet packages
dotnet restore src/Google.Protobuf.sln
-dotnet pack -c Release src/Google.Protobuf.sln || goto :error
+dotnet pack -c Release src/Google.Protobuf.sln -p:ContinuousIntegrationBuild=true || goto :error
goto :EOF
diff --git a/csharp/src/Google.Protobuf/Google.Protobuf.csproj b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
index 7e9e33a302..f40e444de9 100644
--- a/csharp/src/Google.Protobuf/Google.Protobuf.csproj
+++ b/csharp/src/Google.Protobuf/Google.Protobuf.csproj
@@ -15,10 +15,11 @@
Protocol;Buffers;Binary;Serialization;Format;Google;proto;proto3
C# proto3 support
https://github.com/protocolbuffers/protobuf
- https://github.com/protocolbuffers/protobuf/blob/master/LICENSE
+ BSD-3-Clause
git
https://github.com/protocolbuffers/protobuf.git
- True
+ true
+ true
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb