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

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

Dependency coherency updates

Microsoft.Build,Microsoft.SourceBuild.Intermediate.msbuild,NuGet.Build.Tasks
 From Version 17.7.0-preview-23312-02 -> To Version 17.7.0-preview-23314-01 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-06-14 19:45:21 +00:00
parent 292cb7fb20
commit 6a82b655ac
2 changed files with 13 additions and 13 deletions

View file

@ -98,22 +98,22 @@
<Sha>98b55256c6cdfc0ed98c52d7d39127fa55971330</Sha>
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23314.7">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23314.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>79c306db1fbf75443afc12541a6f991718f9bb5a</Sha>
<Sha>1538446c0daab3dbcc7202559c741b63875bffaf</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23314.7">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23314.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>79c306db1fbf75443afc12541a6f991718f9bb5a</Sha>
<Sha>1538446c0daab3dbcc7202559c741b63875bffaf</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23314.7">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23314.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>79c306db1fbf75443afc12541a6f991718f9bb5a</Sha>
<Sha>1538446c0daab3dbcc7202559c741b63875bffaf</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23314.7">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23314.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>79c306db1fbf75443afc12541a6f991718f9bb5a</Sha>
<Sha>1538446c0daab3dbcc7202559c741b63875bffaf</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.5-servicing.23175.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -158,9 +158,9 @@
<Sha>502fa6728b109b8a4bd08b547893110e008af320</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.3.71" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.3.77" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>566ced13280613f419b8b057583c0dd8f6ced724</Sha>
<Sha>288a4790bfbf856a4e847ec9cc342b6d1d57f3c3</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.400-preview.23314.7</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23314.7</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23314.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>7.0.400-preview.23314.13</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>7.0.400-preview.23314.13</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>7.0.400-preview.23314.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>