Update dependencies from https://github.com/dotnet/sdk build 20200909.3 (#8449)
[release/5.0.1xx-rc2] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-3.20458.6 to 3.8.0-3.20459.5 (parent: Microsoft.NET.Sdk) - Updates: - Microsoft.NET.Sdk: from 5.0.100-rc.2.20459.2 to 5.0.100-rc.2.20459.3 - Microsoft.DotNet.MSBuildSdkResolver: from 5.0.100-rc.2.20459.2 to 5.0.100-rc.2.20459.3 - Microsoft.Net.Compilers.Toolset: from 3.8.0-3.20458.6 to 3.8.0-3.20459.5
This commit is contained in:
parent
1168e3d7d9
commit
4e6d364bbb
2 changed files with 8 additions and 8 deletions
|
@ -79,13 +79,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>da62f3656cac0ac4bfb6b012bc072b3499f78e6c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20459.2">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.2.20459.3">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>6b7967acfb07ebd8291e1eed75526548f27b1cb1</Sha>
|
||||
<Sha>e2e904a7a815095385d90095826d1addcc338537</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20459.2">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.2.20459.3">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>6b7967acfb07ebd8291e1eed75526548f27b1cb1</Sha>
|
||||
<Sha>e2e904a7a815095385d90095826d1addcc338537</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.0-rc.1.20451.14" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -109,9 +109,9 @@
|
|||
<Sha>863b5502cc43b1c75b5a93ac395899f8d8b5f0a4</Sha>
|
||||
<RepoName>linker</RepoName>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-3.20458.6" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-3.20459.5" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>b446afd34759150c2ea3b86ab794104e12e64db1</Sha>
|
||||
<Sha>f0e0e43c1eacb2131acd97d38b871c5bf2ac16b6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="16.8.0-preview-20454-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
|
|
|
@ -53,8 +53,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-rc.2.20459.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.2.20459.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-rc.2.20459.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.2.20459.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue