Update dependencies from https://github.com/dotnet/sdk build 20200902.20 (#8391)
[release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.8.0-3.20452.1 to 3.8.0-3.20452.3 (parent: Microsoft.NET.Sdk) - Updates: - Microsoft.NET.Sdk: from 5.0.100-rc.1.20452.15 to 5.0.100-rc.1.20452.20 - Microsoft.DotNet.MSBuildSdkResolver: from 5.0.100-rc.1.20452.15 to 5.0.100-rc.1.20452.20 - Microsoft.Net.Compilers.Toolset: from 3.8.0-3.20452.1 to 3.8.0-3.20452.3
This commit is contained in:
parent
31c7208879
commit
4a80fb6258
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.1.20452.15">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rc.1.20452.20">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>69d301a57254028719f23907925d9a2bc3af1e6e</Sha>
|
||||
<Sha>394fae2553937858c8f05a6158613dcc7f821fba</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20452.15">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rc.1.20452.20">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>69d301a57254028719f23907925d9a2bc3af1e6e</Sha>
|
||||
<Sha>394fae2553937858c8f05a6158613dcc7f821fba</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.20452.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.8.0-3.20452.3" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>33457b20f638f64b56ed9b9517926d7f36eb7321</Sha>
|
||||
<Sha>90e570d763637c4d0d30524674a64b07bb885994</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="16.8.0-preview-20451-02" 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.1.20452.15</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.1.20452.15</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-rc.1.20452.20</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rc.1.20452.20</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Add table
Reference in a new issue