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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-preview.7.23329.11 -> To Version 8.0.100-preview.7.23329.12
This commit is contained in:
dotnet-maestro[bot] 2023-06-30 03:39:36 +00:00
parent b0946b1a29
commit fc9032c8a9
2 changed files with 11 additions and 11 deletions

View file

@ -102,22 +102,22 @@
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>8cfe653fec0848f0745d1285f4bacb7195298b94</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.7.23329.11">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.7.23329.12">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5964831aad7c00f0c7928447199c55d66a8c4c43</Sha>
<Sha>fc5917653b55d2fd2427e0715334b2eff19ead00</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.7.23329.11">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.7.23329.12">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5964831aad7c00f0c7928447199c55d66a8c4c43</Sha>
<Sha>fc5917653b55d2fd2427e0715334b2eff19ead00</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.7.23329.11">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.7.23329.12">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5964831aad7c00f0c7928447199c55d66a8c4c43</Sha>
<Sha>fc5917653b55d2fd2427e0715334b2eff19ead00</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.7.23329.11">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.7.23329.12">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>5964831aad7c00f0c7928447199c55d66a8c4c43</Sha>
<Sha>fc5917653b55d2fd2427e0715334b2eff19ead00</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.23328.3" 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.23329.11</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-preview.7.23329.11</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.7.23329.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.7.23329.12</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-preview.7.23329.12</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.7.23329.12</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>