Fix shas of aspnetcore for 3.1.200 (#6091)
Shas should be the 3.1.100 shas.
This commit is contained in:
parent
284d96b507
commit
1d8d776130
1 changed files with 2 additions and 2 deletions
|
@ -43,11 +43,11 @@
|
|||
</Dependency>
|
||||
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.1.0">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>7db696998c6ae4852fbf01827efdb10634e22668</Sha>
|
||||
<Sha>2b7e994b8a304700a09617ffc5052f0d943bbcba</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="3.1.0">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
<Sha>7db696998c6ae4852fbf01827efdb10634e22668</Sha>
|
||||
<Sha>2b7e994b8a304700a09617ffc5052f0d943bbcba</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1" Version="3.1.0-rtm.19566.1">
|
||||
<Uri>https://github.com/aspnet/AspNetCore</Uri>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue