[release/5.0.3xx] Update dependencies from dotnet/sdk (#10009)

[release/5.0.3xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.FSharp.Compiler: from 11.3.2-beta.21102.9 to 11.4.2-beta.21170.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 5.0.0-rtm.20604.1 to 5.0.0-rtm.21161.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 16.10.0-preview-21166-07 to 16.10.0-preview-21169-01 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2021-03-22 16:33:42 +00:00 committed by GitHub
parent 87b30a4852
commit d770178573
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View file

@ -87,13 +87,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>f4edf84d9dd86966f022dcfddf17b63923b1a79e</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21169.1">
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.300-preview.21172.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6fc7376da222fb5195ed3451ec91e94c47fc7134</Sha>
<Sha>15d6eff34283a17555f09d3c414eadc0b81627a3</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21169.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.300-preview.21172.4">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>6fc7376da222fb5195ed3451ec91e94c47fc7134</Sha>
<Sha>15d6eff34283a17555f09d3c414eadc0b81627a3</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.4-servicing.21117.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -104,26 +104,26 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf</Uri>
<Sha>5d6364723197e917e11c0d442545287c27754aa5</Sha>
</Dependency>
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.3.2-beta.21102.9" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.FSharp.Compiler" Version="11.4.2-beta.21170.3" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/fsharp</Uri>
<Sha>7ce7132f1459095e635194d09d6f73265352029a</Sha>
<Sha>9d2784803952b7b138e61be3a5b1ef556effcad2</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="16.9.1-release-20210308-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>6a858a323caa439115e9e3cf1c958b04f4ff9993</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="5.0.0-rtm.20604.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="5.0.0-rtm.21161.4" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/mono/linker</Uri>
<Sha>0497f2ad6a13fe9c240a1a79bb07bd1fcbc73b9d</Sha>
<Sha>c43f981eec336c1dc4fd0ead84b5e09db9377d9e</Sha>
<RepoName>linker</RepoName>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.9.0-6.21160.10" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>59eedc33d35754759994155ea2f4e1012a9951e3</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21166-07" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="16.10.0-preview-21169-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>17677364d656a98ce4c6eff73b49eddf24f0fd72</Sha>
<Sha>97463e3cdb3ce4ccf9638eb68fd9f82646ca6a11</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="5.9.0-rc.7122" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/NuGet-NuGet.Client-Trusted</Uri>

View file

@ -55,8 +55,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21169.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21169.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>5.0.300-preview.21172.4</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.300-preview.21172.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>