Update dependencies from https://github.com/dotnet/sdk build 20210217.34 (#9744)
[release/5.0.2xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 3.9.0-5.21117.36 to 3.9.0-5.21117.38 (parent: Microsoft.NET.Sdk)
This commit is contained in:
parent
3a7f171443
commit
a31a45c2e7
2 changed files with 8 additions and 8 deletions
|
@ -87,13 +87,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>ce1a4cd3340d93e1a3d56d16600bd30f7ee32bda</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-servicing.21117.30">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-servicing.21117.34">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8d7d0a0a03881dbc3a9a55bb72537468279fbd40</Sha>
|
||||
<Sha>3df7d03c173a539729f58d759fcf48ee29320291</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-servicing.21117.30">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-servicing.21117.34">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8d7d0a0a03881dbc3a9a55bb72537468279fbd40</Sha>
|
||||
<Sha>3df7d03c173a539729f58d759fcf48ee29320291</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.3-servicing.21073.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -117,9 +117,9 @@
|
|||
<Sha>0497f2ad6a13fe9c240a1a79bb07bd1fcbc73b9d</Sha>
|
||||
<RepoName>linker</RepoName>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-5.21117.36" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-5.21117.38" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/roslyn</Uri>
|
||||
<Sha>27b636fe5edc14e8b4199ea5464b8879529615bf</Sha>
|
||||
<Sha>8d78fb5ec0d751ee8c27b911870b088e9f15501a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="16.9.0" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
|
|
|
@ -55,8 +55,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>5.0.200-servicing.21117.30</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-servicing.21117.30</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.200-servicing.21117.34</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-servicing.21117.34</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue