Update dependencies from https://github.com/dotnet/sdk build 20210103.3 (#9312)
[release/5.0.2xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Build: from 16.9.0-preview-20630-02 to 16.9.0-preview-21053-01 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
e4213213c9
commit
39c7eb0a5d
2 changed files with 8 additions and 8 deletions
|
@ -91,13 +91,13 @@
|
||||||
<Uri>https://github.com/dotnet/templating</Uri>
|
<Uri>https://github.com/dotnet/templating</Uri>
|
||||||
<Sha>9d3065efbe93ec1daaa4d59115b2887f6b36766a</Sha>
|
<Sha>9d3065efbe93ec1daaa4d59115b2887f6b36766a</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21052.2">
|
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21053.3">
|
||||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||||
<Sha>2ed1a71172c494fef3ad8e6c2df2e9a0d5644f25</Sha>
|
<Sha>bf015ffd3cd51ad076ec9468d52d0f7b86fbf586</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21052.2">
|
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21053.3">
|
||||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||||
<Sha>2ed1a71172c494fef3ad8e6c2df2e9a0d5644f25</Sha>
|
<Sha>bf015ffd3cd51ad076ec9468d52d0f7b86fbf586</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
|
<!-- 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.1-servicing.20575.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.1-servicing.20575.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||||
|
@ -125,9 +125,9 @@
|
||||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||||
<Sha>df59a33fd9beff9790e01a2a1ab21e4a1e6921b3</Sha>
|
<Sha>df59a33fd9beff9790e01a2a1ab21e4a1e6921b3</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.Build" Version="16.9.0-preview-20630-02" CoherentParentDependency="Microsoft.NET.Sdk">
|
<Dependency Name="Microsoft.Build" Version="16.9.0-preview-21053-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||||
<Sha>a2c42ce9fc8d6fbd4a8cd600073803b8687c9341</Sha>
|
<Sha>1c88d13fed073488b949e0da659f959e2e5cc3ea</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="NuGet.Build.Tasks" Version="5.9.0-preview.3.7002" CoherentParentDependency="Microsoft.NET.Sdk">
|
<Dependency Name="NuGet.Build.Tasks" Version="5.9.0-preview.3.7002" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||||
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
|
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
|
||||||
|
|
|
@ -56,8 +56,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||||
<MicrosoftNETSdkPackageVersion>5.0.200-preview.21052.2</MicrosoftNETSdkPackageVersion>
|
<MicrosoftNETSdkPackageVersion>5.0.200-preview.21053.3</MicrosoftNETSdkPackageVersion>
|
||||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21052.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21053.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||||
|
|
Loading…
Reference in a new issue