Remove fake dependency edge for WCF (#8154)

Like extensions or additional SDKs, when we want to ship wcf, we just add
another BAR build id to the list of IDs to send to the staging pipeline
This commit is contained in:
Matt Mitchell 2020-08-14 08:00:02 -07:00 committed by GitHub
parent e4ad1969d3
commit eab792a69b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,12 +96,6 @@
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>973ffc6e2edf170124176e7ebf0a850bdc1b359f</Sha>
</Dependency>
<!-- This is so that WCF packages are included in the final drop for official releases. -->
<!-- Replace with better solution, see https://github.com/dotnet/arcade/issues/4162 -->
<Dependency Name="System.ServiceModel.Primitives" Version="5.0.0-preview1.20104.1">
<Uri>https://github.com/dotnet/wcf</Uri>
<Sha>d08484b1422ee45195adff528d6c65c7c788d7fa</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20411.8">