Skip to content

Commit

Permalink
freezing the version for the pipes (dotnet/corefx#41473)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@3619b5d
  • Loading branch information
Anipik authored Oct 1, 2019
1 parent e851484 commit 209b5c0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 209b5c0

Please sign in to comment.