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

Commit

Permalink
[release/3.1] Add dependencies for CPD strict in aspnetcore (#9066)
Browse files Browse the repository at this point in the history
* also prepare to unpin dependencies in aspnetcore
  - see dotnet/aspnetcore#24937 and dotnet/aspnetcore#24944
  • Loading branch information
dougbu authored Aug 17, 2020
1 parent f375e03 commit d98d0f7
Showing 1 changed file with 20 additions and 0 deletions.
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

0 comments on commit d98d0f7

Please sign in to comment.