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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.7.23328.5 -> To Version 8.0.100-preview.7.23328.8

Dependency coherency updates

VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport
 From Version 8.0.0-preview.7.23326.5 -> To Version 8.0.0-preview.7.23328.1 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-06-28 17:47:08 +00:00
parent cceea0f281
commit 55cd26834c
2 changed files with 11 additions and 11 deletions

View file

@ -102,22 +102,22 @@
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>e713da5f1f9a4b5918810af40d1a2867d46c8b85</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.7.23328.6">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.7.23328.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a2cd92cc6505f14da447dcfd31e3a38f68a206a0</Sha>
<Sha>282088feaac911be0bd9442f35e2ff4ba4ddbe77</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.7.23328.6">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.7.23328.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a2cd92cc6505f14da447dcfd31e3a38f68a206a0</Sha>
<Sha>282088feaac911be0bd9442f35e2ff4ba4ddbe77</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.7.23328.6">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.7.23328.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a2cd92cc6505f14da447dcfd31e3a38f68a206a0</Sha>
<Sha>282088feaac911be0bd9442f35e2ff4ba4ddbe77</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.7.23328.6">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.7.23328.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>a2cd92cc6505f14da447dcfd31e3a38f68a206a0</Sha>
<Sha>282088feaac911be0bd9442f35e2ff4ba4ddbe77</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="8.0.0-preview.7.23327.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -81,9 +81,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.7.23328.6</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-preview.7.23328.6</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.7.23328.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.7.23328.8</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-preview.7.23328.8</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.7.23328.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>