Update dependencies from https://github.com/dotnet/sdk build 20220329.13

Microsoft.NET.Sdk , Microsoft.DotNet.MSBuildSdkResolver
 From Version 6.0.300-preview.22179.12 -> To Version 6.0.300-preview.22179.13

Dependency coherency updates

NuGet.Build.Tasks
 From Version 6.2.0-preview.2.123 -> To Version 6.2.0-preview.3.131 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2022-03-30 03:05:53 +00:00
parent 9030f65f60
commit 3552c0c745
2 changed files with 8 additions and 8 deletions

View file

@ -103,14 +103,14 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>a3441bf58ca476d7415197bcf86349d254abe120</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.300-preview.22179.12">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.300-preview.22179.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>83fa3101fc591e536182a3d7e11afb2af4451053</Sha>
<Sha>1bdcbe784bba3c3a2b5782e2895648cccd51057c</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.300-preview.22179.12">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.300-preview.22179.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>83fa3101fc591e536182a3d7e11afb2af4451053</Sha>
<Sha>1bdcbe784bba3c3a2b5782e2895648cccd51057c</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="6.0.3-servicing.22123.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -151,9 +151,9 @@
<Sha>1160f4e0e21969ec6db1529439a9e029ea256b2b</Sha>
<SourceBuildTarball RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.2.0-preview.2.123" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.2.0-preview.3.131" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>8bda466765accefccf516850745ad30dceeab381</Sha>
<Sha>bc4b41f3ca294ccc8aedc8af5159c215943e1ed2</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

@ -56,8 +56,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.300-preview.22179.12</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.300-preview.22179.12</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.300-preview.22179.13</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.300-preview.22179.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>