Skip to content

Commit

Permalink
Revert "[master] Update dependencies from dotnet/aspnetcore (#886)" (#…
Browse files Browse the repository at this point in the history
…897)

This reverts commit ee8ed80. This version of the AspNetCore runtime still works against a busted version of the runtime.
  • Loading branch information
hoyosjs authored Mar 10, 2020
1 parent 8ca1ee4 commit 59985fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>13e7f19e3d5f18b5408dbd90841cc283595bc89d</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-preview.3.20159.15">
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-preview.2.20155.1">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>bc6bc2d22c42369627b5941e7c1dd98c4c8ad20a</Sha>
<Sha>118ff3c40b2aae9e414011d4d4496b77b3f83021</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- Latest shared runtime version updated by darc -->
<MicrosoftNETCoreAppVersion>5.0.0-preview.3.20159.13</MicrosoftNETCoreAppVersion>
<!-- Latest shared aspnetcore version updated by darc -->
<MicrosoftAspNetCoreAppRefVersion>5.0.0-preview.3.20159.15</MicrosoftAspNetCoreAppRefVersion>
<MicrosoftAspNetCoreAppRefVersion>5.0.0-preview.2.20155.1</MicrosoftAspNetCoreAppRefVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Opt-in/out repo features -->
Expand Down

0 comments on commit 59985fd

Please sign in to comment.