aspnetcore stable version workaround

This commit is contained in:
MichaelSimons 2021-10-21 17:19:38 +00:00
parent 00a9212068
commit b0217294ed
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@
<Dependency Name="Microsoft.AspNetCore.App.Runtime.win-x64" Version="6.0.0" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>20de863bd37ad521b7a3bd6056186da5e8a7a2ef</Sha>
<SourceBuild RepoName="aspnetcore" ManagedOnly="true" />
<SourceBuildTarball RepoName="aspnetcore" ManagedOnly="true" />
</Dependency>
<Dependency Name="VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0" Version="6.0.0-rtm.21521.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/aspnetcore</Uri>

View file

@ -6,7 +6,7 @@ to build .NET from source.
For more information, see
[dotnet/source-build](https://github.com/dotnet/source-build).
## Local development workflow
## Local development workflow
These are the steps used by some members of the .NET source-build team to create
a tarball and build it on a local machine as part of the development cycle: