[main] Update dependencies from dotnet/sdk (#16985)

[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - NuGet.Build.Tasks: from 6.8.0-preview.1.17 to 6.8.0-preview.1.22 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2023-07-13 20:20:08 +00:00 committed by GitHub
parent a01f9c67b2
commit 72d8c531d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 14 deletions

View file

@ -102,22 +102,22 @@
<Uri>https://github.com/dotnet/test-templates</Uri>
<Sha>86fd4cd1c57057f920678e29d6ecbba491abd142</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.7.23363.2">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-preview.7.23363.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7f72a59e7ed6f55700fb3db7ee73603782087cd7</Sha>
<Sha>d6baf2d7ab297dd8cbf0383697bec404f0c33b71</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.7.23363.2">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-preview.7.23363.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7f72a59e7ed6f55700fb3db7ee73603782087cd7</Sha>
<Sha>d6baf2d7ab297dd8cbf0383697bec404f0c33b71</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.7.23363.2">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-preview.7.23363.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7f72a59e7ed6f55700fb3db7ee73603782087cd7</Sha>
<Sha>d6baf2d7ab297dd8cbf0383697bec404f0c33b71</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.7.23363.2">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-preview.7.23363.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>7f72a59e7ed6f55700fb3db7ee73603782087cd7</Sha>
<Sha>d6baf2d7ab297dd8cbf0383697bec404f0c33b71</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.23361.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
@ -156,9 +156,9 @@
<Sha>1b0ed759abcce1d8bf22229787cccd2ee77962e4</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.8.0-preview.1.17" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.8.0-preview.1.22" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>4187eab2d176d6fccb6f0cfc45fc71fd2e750708</Sha>
<Sha>b3c4e8094bbb924408180d700ae5b3d37713587c</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

@ -81,9 +81,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.7.23363.2</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-preview.7.23363.2</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.7.23363.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-preview.7.23363.3</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-preview.7.23363.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-preview.7.23363.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
@ -123,7 +123,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/NuGet/NuGet.Client -->
<NuGetBuildTasksPackageVersion>6.8.0-preview.1.17</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackageVersion>6.8.0-preview.1.22</NuGetBuildTasksPackageVersion>
</PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/deployment-tools -->
<PropertyGroup>