[release/5.0.3xx] Update dependencies from dotnet/sdk (#10518)
[release/5.0.3xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.NET.Test.Sdk: from 16.10.0-release-20210504-02 to 16.10.0-release-20210505-01 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 4.0.0-2.21254.8 to 4.0.0-2.21254.26 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 16.10.0-preview-21253-02 to 16.11.0-preview-21254-21 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
5c63576235
commit
94f1383b85
2 changed files with 13 additions and 13 deletions
|
@ -87,13 +87,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>468ca46a193f9f935a42efaaebaf6c2bdea94b49</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21255.2">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21255.15">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>9de3ae73bb638d9c39ea7db50bfb9c8727c3ae16</Sha>
|
||||
<Sha>a42cf7671b7f4c7ca4b861a37e3f5e7a8b7a1aa9</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21255.2">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21255.15">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>9de3ae73bb638d9c39ea7db50bfb9c8727c3ae16</Sha>
|
||||
<Sha>a42cf7671b7f4c7ca4b861a37e3f5e7a8b7a1aa9</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.5-servicing.21167.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -108,22 +108,22 @@
|
|||
<Uri>https://github.com/dotnet/fsharp</Uri>
|
||||
<Sha>a999919d71f838451607deeab656d094b2d13e04</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.10.0-release-20210504-02" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.10.0-release-20210505-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/microsoft/vstest</Uri>
|
||||
<Sha>2acc8af9c9d5897d83685cc3d848b8612597da52</Sha>
|
||||
<Sha>655e643718ed2da9fff4c3b3d65cafc79a0ecb97</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="5.0.0-rtm.21221.2" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/mono/linker</Uri>
|
||||
<Sha>6a15056a9d71169bf04d007301edfd558afcfa6a</Sha>
|
||||
<RepoName>linker</RepoName>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-2.21254.8" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-2.21254.26" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>28bd07cc74ebb4c3d5b2d9cb22b2fd60f5c580dd</Sha>
|
||||
<Sha>7b996850bb82a370ca74c3f57e0a4d4df1c90049</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21253-02" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Build" Version="16.11.0-preview-21254-21" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>fa96a2a81e0fb8c028057fa204bbf386bfb36aec</Sha>
|
||||
<Sha>e73d08c28b0d4f72bf6cf6ad9a412f35b477a430</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="5.10.0-rc.7240" 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.300-preview.21255.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21255.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21255.15</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21255.15</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
@ -129,7 +129,7 @@
|
|||
<PropertyGroup>
|
||||
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>
|
||||
<DotnetDebToolVersion>2.0.0</DotnetDebToolVersion>
|
||||
<MicrosoftNETTestSdkVersion>16.10.0-release-20210504-02</MicrosoftNETTestSdkVersion>
|
||||
<MicrosoftNETTestSdkVersion>16.10.0-release-20210505-01</MicrosoftNETTestSdkVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- pinned dependency. This package is not being produced outside of the 2.0 branch of corefx and should not change. -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue