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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 7.0.400-preview.23328.4 -> To Version 7.0.400-preview.23328.16

Dependency coherency updates

NuGet.Build.Tasks
 From Version 6.7.0-rc.110 -> To Version 6.7.0-rc.111 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-06-28 23:06:54 +00:00
parent e212e45f8f
commit 68cdde0b2b
2 changed files with 11 additions and 11 deletions

View file

@ -98,22 +98,22 @@
<Sha>e713da5f1f9a4b5918810af40d1a2867d46c8b85</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23328.13">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23328.16">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c602f4179adcc6c814c0458ba1ff2261b9204f3e</Sha>
<Sha>f92e0aeb9a4a724c7b14f37d9228f5f6025b0e1f</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23328.13">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23328.16">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c602f4179adcc6c814c0458ba1ff2261b9204f3e</Sha>
<Sha>f92e0aeb9a4a724c7b14f37d9228f5f6025b0e1f</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23328.13">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23328.16">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c602f4179adcc6c814c0458ba1ff2261b9204f3e</Sha>
<Sha>f92e0aeb9a4a724c7b14f37d9228f5f6025b0e1f</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23328.13">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23328.16">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c602f4179adcc6c814c0458ba1ff2261b9204f3e</Sha>
<Sha>f92e0aeb9a4a724c7b14f37d9228f5f6025b0e1f</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.7-servicing.23274.5" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

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