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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.300-preview.23166.4 -> To Version 7.0.300-preview.23166.14

Dependency coherency updates

NuGet.Build.Tasks
 From Version 6.6.0-preview.3.48 -> To Version 6.6.0-preview.3.50 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-03-16 21:14:10 +00:00
parent c18627f4af
commit 0683f0cdea
2 changed files with 13 additions and 13 deletions

View file

@ -98,22 +98,22 @@
<Sha>08bca9607a6d666039a5a5e66c2179f43fe1a1b4</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23166.4">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.300-preview.23166.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4b5fd479e63d1c480741fb32aa7d84e875f87ec9</Sha>
<Sha>a07609ab7708d65a3fd6719ea5c1be372a4fe6f0</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23166.4">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.300-preview.23166.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4b5fd479e63d1c480741fb32aa7d84e875f87ec9</Sha>
<Sha>a07609ab7708d65a3fd6719ea5c1be372a4fe6f0</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23166.4">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.300-preview.23166.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4b5fd479e63d1c480741fb32aa7d84e875f87ec9</Sha>
<Sha>a07609ab7708d65a3fd6719ea5c1be372a4fe6f0</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23166.4">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.300-preview.23166.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4b5fd479e63d1c480741fb32aa7d84e875f87ec9</Sha>
<Sha>a07609ab7708d65a3fd6719ea5c1be372a4fe6f0</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="7.0.3-servicing.23072.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -154,9 +154,9 @@
<Sha>60ea2f733cfcc78da965ab43cf040fe5c58800fb</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.6.0-preview.3.48" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.6.0-preview.3.50" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>ddffda6517a01d88d6eeaef24dfc0c490c7f62a0</Sha>
<Sha>b9b418e95ed428961af59f3ee5883f37cf4b0004</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

@ -69,9 +69,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23166.4</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23166.4</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23166.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.300-preview.23166.14</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.300-preview.23166.14</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.300-preview.23166.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>