Fix source-build issue related to stable versioning

This commit is contained in:
Michael Simons 2023-03-31 16:14:39 +00:00
parent 1960b608ee
commit 2ff31e8228

View file

@ -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">