[release/7.0.4xx] Update dependencies from dotnet/sdk (#16613)

This commit is contained in:
v-wuzhai 2023-06-07 18:46:40 +08:00 committed by GitHub
commit 5bcb0ba8e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 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.23307.3">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="7.0.400-preview.23307.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>49f3afd092715ae003e4bb6f61bccbc07b29547c</Sha>
<Sha>fc5f565a754cddf18d5285c389841a7286979c91</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23307.3">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="7.0.400-preview.23307.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>49f3afd092715ae003e4bb6f61bccbc07b29547c</Sha>
<Sha>fc5f565a754cddf18d5285c389841a7286979c91</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23307.3">
<Dependency Name="Microsoft.NET.Sdk" Version="7.0.400-preview.23307.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>49f3afd092715ae003e4bb6f61bccbc07b29547c</Sha>
<Sha>fc5f565a754cddf18d5285c389841a7286979c91</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23307.3">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="7.0.400-preview.23307.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>49f3afd092715ae003e4bb6f61bccbc07b29547c</Sha>
<Sha>fc5f565a754cddf18d5285c389841a7286979c91</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">
@ -149,13 +149,13 @@
<Sha>a08e9e1f8fb99e332fd3254a4268466e590ce57a</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23302-06" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.7.0-preview-23307-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>9604d20e7b556ca53a519a82680d131c2aa71bc6</Sha>
<Sha>1a1a32bb24114879878af3d87e894ed6b719002a</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23302-06" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.SourceBuild.Intermediate.msbuild" Version="17.7.0-preview-23307-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>9604d20e7b556ca53a519a82680d131c2aa71bc6</Sha>
<Sha>1a1a32bb24114879878af3d87e894ed6b719002a</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.7.0-preview.2.51" CoherentParentDependency="Microsoft.NET.Sdk">

View file

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