Update dependencies from https://github.com/dotnet/sdk build 20210823.34 (#11652)
[release/6.0.1xx-rc1] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Build: from 17.0.0-preview-21423-03 to 17.0.0-preview-21423-05 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
0014a5ba27
commit
61abfab02f
2 changed files with 8 additions and 8 deletions
|
@ -86,14 +86,14 @@
|
|||
<Sha>65a927d8725ab05dc7a65ae8dc006d5d0ac64adb</Sha>
|
||||
<SourceBuild RepoName="templating" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21423.26">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-rc.1.21423.34">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>fc5be8f4b86dfd16e4cd283a7c8c52740c762bac</Sha>
|
||||
<Sha>d4c45fef83a0401387527899bffe57f733c2434d</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21423.26">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-rc.1.21423.34">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>fc5be8f4b86dfd16e4cd283a7c8c52740c762bac</Sha>
|
||||
<Sha>d4c45fef83a0401387527899bffe57f733c2434d</Sha>
|
||||
</Dependency>
|
||||
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="6.0.0-rc.1.21423.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -128,9 +128,9 @@
|
|||
<Sha>158f906df6b1e4ca99fe7cf6ed78822515d64230</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21423-03" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Build" Version="17.0.0-preview-21423-05" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>6806583eaec7be973c9a9b9dc4ac02fd8f54d3d8</Sha>
|
||||
<Sha>2a7dadfc62c8bdb04d4f7b9234006920a7a85de5</Sha>
|
||||
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-preview.3.179" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21423.26</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21423.26</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>6.0.100-rc.1.21423.34</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-rc.1.21423.34</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue