freezing the version for the pipes (dotnet/corefx#41473)
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>
Tue, 1 Oct 2019 21:04:34 +0000 (14:04 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2019 21:04:34 +0000 (14:04 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/3619b5d8367ddabcf9945479a98018fab891b486

src/libraries/System.IO.Pipes.AccessControl/ref/System.IO.Pipes.AccessControl.csproj

index 4a79648..852a76c 100644 (file)
@@ -1,5 +1,8 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
+    <!-- We are no longer shipping this assembly and it is only used in desktop facades.
+        The reference assembly version needs to be frozen so that our desktop compat facades point to the version from the package. -->
+    <AssemblyVersion>4.0.3.0</AssemblyVersion>
     <Configurations>netstandard-Debug;netstandard-Release</Configurations>
   </PropertyGroup>
   <ItemGroup>