Remove SB tag in Microsoft.Build dependency due to stable versioning change

This commit is contained in:
Matt Thalman 2023-10-09 08:29:14 -05:00
parent fb77aac56e
commit da298f947c

View file

@ -154,7 +154,6 @@
<Dependency Name="Microsoft.Build" Version="17.8.0" CoherentParentDependency="Microsoft.NET.Sdk"> <Dependency Name="Microsoft.Build" Version="17.8.0" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri> <Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>6cdef424154c976f04802b101e6be6292f8a8897</Sha> <Sha>6cdef424154c976f04802b101e6be6292f8a8897</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency> </Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.8.0-rc.122" CoherentParentDependency="Microsoft.NET.Sdk"> <Dependency Name="NuGet.Build.Tasks" Version="6.8.0-rc.122" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri> <Uri>https://github.com/nuget/nuget.client</Uri>