Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Firszov <antonfir@gmail.com>2022-03-09 00:10:05 +0300
committerGitHub <noreply@github.com>2022-03-09 00:10:05 +0300
commit5b5ffb04eccbc0cd3327b0afb2e2f4e18bf04f77 (patch)
tree5f2322bb790c49100fd0eccd7be4814f379e399f
parentc746820a1ef21923c54e44c3e9488c934d9bef88 (diff)
GeneratePackageOnBuild in WinHttpHandler.csproj (#65523)
-rw-r--r--src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj
index 250126a0d3d..6bfec656d6d 100644
--- a/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj
+++ b/src/libraries/System.Net.Http.WinHttpHandler/src/System.Net.Http.WinHttpHandler.csproj
@@ -9,6 +9,8 @@
Commonly Used Types:
System.Net.Http.WinHttpHandler</PackageDescription>
+ <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
+ <ServicingVersion>1</ServicingVersion>
</PropertyGroup>
<!-- DesignTimeBuild requires all the TargetFramework Derived Properties to not be present in the first property group. -->