Fix source-build issue related to stable versioning
This commit is contained in:
parent
1960b608ee
commit
2ff31e8228
1 changed files with 4 additions and 0 deletions
|
@ -152,6 +152,10 @@
|
|||
<Dependency Name="Microsoft.Build" Version="17.6.0" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>61dd6568446aff7602d37e6a15595371fa057012</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.6.0-preview-23180-04" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>61dd6568446aff7602d37e6a15595371fa057012</Sha>
|
||||
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.6.0-preview.3.61" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
Loading…
Reference in a new issue