Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

[release/3.1] Add dependencies for CPD strict in aspnetcore #9066

Merged
merged 2 commits into from
Aug 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
</Dependency>
<Dependency Name="System.Runtime.CompilerServices.Unsafe" Version="4.7.1">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>8a3ffed558ddf943c1efa87d693227722d6af094</Sha>
</Dependency>
<Dependency Name="System.Collections.Immutable" Version="1.7.1">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>059a4a19e602494bfbed473dbbb18f2dbfbd0878</Sha>
Expand Down Expand Up @@ -102,10 +106,22 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
</Dependency>
<Dependency Name="System.IO.Pipelines" Version="4.7.2">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>059a4a19e602494bfbed473dbbb18f2dbfbd0878</Sha>
</Dependency>
<Dependency Name="System.IO.Pipes.AccessControl" Version="4.5.1">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>7ee84596d92e178bce54c986df31ccc52479e772 </Sha>
</Dependency>
<Dependency Name="System.Net.Http.WinHttpHandler" Version="4.7.2">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>620cea9ccf0359993e803c900059932966399584</Sha>
</Dependency>
<Dependency Name="System.Net.WebSockets.WebSocketProtocol" Version="4.7.1">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>059a4a19e602494bfbed473dbbb18f2dbfbd0878 </Sha>
</Dependency>
<Dependency Name="System.Security.AccessControl" Version="4.7.0">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
Expand Down Expand Up @@ -146,6 +162,10 @@
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
</Dependency>
<Dependency Name="System.Threading.Channels" Version="4.7.1">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>059a4a19e602494bfbed473dbbb18f2dbfbd0878</Sha>
</Dependency>
<Dependency Name="System.Windows.Extensions" Version="4.7.0">
<Uri>https://github.com/dotnet/corefx</Uri>
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
Expand Down