[release/5.0.4xx] Update dependencies from dotnet/sdk (#10812)
[release/5.0.4xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.11.0-2.21276.3 to 3.11.0-2.21278.9 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 16.11.0-preview-21275-01 to 16.11.0-preview-21279-05 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
024913d52c
commit
f6c28761a5
2 changed files with 10 additions and 10 deletions
|
@ -87,13 +87,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>592742371da1df5b459c4bbf68e05968b5eb750d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.400-preview.21277.15">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.400-preview.21280.6">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>a78bf613e2fd462f8a304756e46a4791e18cf4d7</Sha>
|
||||
<Sha>c7a5718a37699c33d021572c7a77fb3a3f8ee03b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.400-preview.21277.15">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.400-preview.21280.6">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>a78bf613e2fd462f8a304756e46a4791e18cf4d7</Sha>
|
||||
<Sha>c7a5718a37699c33d021572c7a77fb3a3f8ee03b</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="5.0.6-servicing.21221.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -117,13 +117,13 @@
|
|||
<Sha>6a15056a9d71169bf04d007301edfd558afcfa6a</Sha>
|
||||
<RepoName>linker</RepoName>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.11.0-2.21276.3" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.11.0-2.21278.9" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>421ad6d87e1bc334a3d5ea4771646627acab9e39</Sha>
|
||||
<Sha>2111fe2c6aa2e2def95e8d3555b955eb26cd3cff</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="16.11.0-preview-21275-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Build" Version="16.11.0-preview-21279-05" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>c1d3185060cc889735e0006cae0d57ac59271ee3</Sha>
|
||||
<Sha>89bcb9d37d5e01797f283409be952b7b4e360bb9</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="5.11.0-rc.8" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/nuget/nuget.client</Uri>
|
||||
|
|
|
@ -55,8 +55,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>5.0.400-preview.21277.15</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.400-preview.21277.15</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.400-preview.21280.6</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.400-preview.21280.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue