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

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

Dependency coherency updates

Microsoft.Build
 From Version 17.6.0-preview-23174-01 -> To Version 17.7.0-preview-23204-03 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-04-06 04:55:22 +00:00
parent c1ade016a7
commit 90645c1376
2 changed files with 11 additions and 11 deletions

View file

@ -102,22 +102,22 @@
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>5a41781eb69eb4721e736a99262dbd32b6bb55d4</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.4.23205.11">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.4.23205.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>48f77fa3e7244bfd1f6219767a62267ba24fc5f4</Sha>
<Sha>411fa3d734a6e980c016fc7450cb39f5914a56c9</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.4.23205.11">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.4.23205.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>48f77fa3e7244bfd1f6219767a62267ba24fc5f4</Sha>
<Sha>411fa3d734a6e980c016fc7450cb39f5914a56c9</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.4.23205.11">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.4.23205.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>48f77fa3e7244bfd1f6219767a62267ba24fc5f4</Sha>
<Sha>411fa3d734a6e980c016fc7450cb39f5914a56c9</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.4.23205.11">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.4.23205.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>48f77fa3e7244bfd1f6219767a62267ba24fc5f4</Sha>
<Sha>411fa3d734a6e980c016fc7450cb39f5914a56c9</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.4.23177.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

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