Update dependencies from https://github.com/dotnet/sdk build 20210603.19 (#10843)
[release/5.0.4xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.11.0-2.21301.11 to 3.11.0-2.21302.15 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 16.11.0-preview-21279-05 to 16.11.0-preview-21302-05 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
1e0e9da63d
commit
e547432132
2 changed files with 10 additions and 10 deletions
|
@ -87,13 +87,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>e832de2ee744332d876b2d979e7bf838f082639a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.400-preview.21303.15">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.400-preview.21303.19">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>42c87fe576838a0c15e0ea2ff0003548367d662b</Sha>
|
||||
<Sha>cf1e93c90a592e3218bc73eff74d221fef6dba9b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.400-preview.21303.15">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.400-preview.21303.19">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>42c87fe576838a0c15e0ea2ff0003548367d662b</Sha>
|
||||
<Sha>cf1e93c90a592e3218bc73eff74d221fef6dba9b</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.21301.11" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.11.0-2.21302.15" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>757770cf2b5fcc3ffa83db516f90f0d2366a92f0</Sha>
|
||||
<Sha>5b45a56b9b8258e18756ab3981a609fdccf0cb45</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="16.11.0-preview-21279-05" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Build" Version="16.11.0-preview-21302-05" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>89bcb9d37d5e01797f283409be952b7b4e360bb9</Sha>
|
||||
<Sha>5e37cc99288351474bdcbb7c5576026ce5fef056</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="5.11.0-rc.10" 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.21303.15</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.400-preview.21303.15</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.400-preview.21303.19</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.400-preview.21303.19</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue