Update dependencies from https://github.com/dotnet/sdk build 20201007.2 (#8812)
[release/5.0.1xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Build: from 16.8.0-preview-20473-01 to 16.8.0-preview-20475-05 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
736afb9868
commit
beba26b365
2 changed files with 8 additions and 8 deletions
|
@ -83,13 +83,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>05138fc9225cd932738b9672e61dcaf86ec693b7</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rtm.20506.16">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.100-rtm.20507.2">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>bc19eaedb3d2c6622b4cfe414059a3effca7d474</Sha>
|
||||
<Sha>1240ab6f399fe4f2e4f2515f30fa2be9f927317e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rtm.20506.16">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.100-rtm.20507.2">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>bc19eaedb3d2c6622b4cfe414059a3effca7d474</Sha>
|
||||
<Sha>1240ab6f399fe4f2e4f2515f30fa2be9f927317e</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-rtm.20506.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -117,9 +117,9 @@
|
|||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>75d31ee941ce4dbbe5752f4ac2d5c0583f388a27</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="16.8.0-preview-20473-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Build" Version="16.8.0-preview-20475-05" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>250161603c003af239d6e276c4fc6357586ba301</Sha>
|
||||
<Sha>aed5e7ed0b7e031d3e486c63b206902bf825b128</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="5.8.0-rc.6860" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-rtm.20506.16</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rtm.20506.16</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.100-rtm.20507.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.100-rtm.20507.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue