Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[master] Update dependencies from dotnet/aspnetcore #902

Merged
Merged
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>13e7f19e3d5f18b5408dbd90841cc283595bc89d</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-preview.2.20155.1">
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-preview.3.20170.1">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>118ff3c40b2aae9e414011d4d4496b77b3f83021</Sha>
<Sha>c4ce65e2dc4a2f77fe872670b8813442df91711d</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 @@ -20,7 +20,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.2.20155.1</MicrosoftAspNetCoreAppRefVersion>
<MicrosoftAspNetCoreAppRefVersion>5.0.0-preview.3.20170.1</MicrosoftAspNetCoreAppRefVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Opt-in/out repo features -->
Expand Down