Update dependencies from https://github.com/dotnet/sdk build 20210126.4
Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk From Version 5.0.200-preview.21075.14 -> To Version 5.0.200-preview.21076.4 Dependency coherency updates Microsoft.Build,NuGet.Build.Tasks From Version 16.10.0-preview-21073-06 -> To Version 16.9.0-preview-21076-28 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
15e158f6bf
commit
6f3d3a85ba
2 changed files with 9 additions and 9 deletions
|
@ -87,13 +87,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>7a9de3bd9680522874b2081280df3f971673cd87</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21076.2">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="5.0.200-preview.21076.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d063ce88d924da0fa985eb8032bb17f48b0d63d5</Sha>
|
||||
<Sha>c4bfe5d2cc612e201452befe09513a264b090670</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21076.2">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="5.0.200-preview.21076.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d063ce88d924da0fa985eb8032bb17f48b0d63d5</Sha>
|
||||
<Sha>c4bfe5d2cc612e201452befe09513a264b090670</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.2-servicing.20613.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
@ -125,9 +125,9 @@
|
|||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>8ed15125417f48931fd2f432ac0f7e044295dd5d</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="5.9.0-preview.3.7027" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/NuGet/NuGet.Client</Uri>
|
||||
<Sha>cceb05e4ed5910f0609e14c8937c905288520c03</Sha>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="5.9.0-rc.7046" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/NuGet-NuGet.Client-Trusted</Uri>
|
||||
<Sha>e90588d4ec63e966360eec817c80d0758ff05b30</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Cli.CommandLine" Version="1.0.0-preview.19208.1" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/CliCommandLineParser</Uri>
|
||||
|
|
|
@ -55,8 +55,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftNETSdkPackageVersion>5.0.200-preview.21076.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21076.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>5.0.200-preview.21076.4</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>5.0.200-preview.21076.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue