[release/8.0.1xx] Update dependencies from dotnet/sdk (#17250)

[release/8.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.NET.Test.Sdk: from 17.8.0-preview-23423-02 to 17.8.0-preview-23424-02 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 17.8.0-preview-23424-02 to 17.8.0-preview-23424-03 (parent: Microsoft.NET.Sdk)
  - NuGet.Build.Tasks: from 6.8.0-preview.1.74 to 6.8.0-preview.1.75 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2023-08-24 23:31:30 +00:00 committed by GitHub
parent 01aabf59be
commit a4512cbc75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 19 deletions

View file

@ -85,22 +85,22 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>08cde4d2df9e26f5fad9e13c50f23ab5800f3679</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rc.2.23424.8">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rc.2.23424.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>24c1cc4e668b0ce0056131fb25a171ad6b92b6a8</Sha>
<Sha>587b4d939d0248afd24790845d256af8adc3b97c</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rc.2.23424.8">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rc.2.23424.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>24c1cc4e668b0ce0056131fb25a171ad6b92b6a8</Sha>
<Sha>587b4d939d0248afd24790845d256af8adc3b97c</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rc.2.23424.8">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rc.2.23424.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>24c1cc4e668b0ce0056131fb25a171ad6b92b6a8</Sha>
<Sha>587b4d939d0248afd24790845d256af8adc3b97c</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rc.2.23424.8">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rc.2.23424.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>24c1cc4e668b0ce0056131fb25a171ad6b92b6a8</Sha>
<Sha>587b4d939d0248afd24790845d256af8adc3b97c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1">
<Uri>https://github.com/dotnet/test-templates</Uri>
@ -141,9 +141,9 @@
<Sha>71305374662f6274bf47989de18df6084dbdb458</Sha>
<SourceBuild RepoName="fsharp" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.8.0-preview-23423-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.NET.Test.Sdk" Version="17.8.0-preview-23424-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>7501fc73eb024865c22e213cf05a15b5bb8a8669</Sha>
<Sha>55ce07a655084d06c1ccf069c2b246b91410bb67</Sha>
<SourceBuild RepoName="vstest" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="8.0.0-rc.2.23423.11" CoherentParentDependency="Microsoft.NET.Sdk">
@ -155,14 +155,14 @@
<Sha>d83f0cc401672efe5afd5e9db4be43e9e06c5935</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.8.0-preview-23424-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.8.0-preview-23424-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>13deecf6f922b63c5ec0216a464c6838b499bb73</Sha>
<Sha>415ba404676664e8a794e4000ddee929e797495d</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.8.0-preview.1.74" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.8.0-preview.1.75" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>4cda842cae2c3e26ed4d0bd0b1d1ad0d7775599c</Sha>
<Sha>4514d6022f0b46e4ae72d72eb5173e3b804cc014</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

@ -84,9 +84,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rc.2.23424.8</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-rc.2.23424.8</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rc.2.23424.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rc.2.23424.14</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-rc.2.23424.14</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rc.2.23424.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
@ -126,7 +126,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/NuGet/NuGet.Client -->
<NuGetBuildTasksPackageVersion>6.8.0-preview.1.74</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackageVersion>6.8.0-preview.1.75</NuGetBuildTasksPackageVersion>
</PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/deployment-tools -->
<PropertyGroup>
@ -231,7 +231,7 @@
<PropertyGroup>
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>
<DotnetDebToolVersion>2.0.0</DotnetDebToolVersion>
<MicrosoftNETTestSdkVersion>17.8.0-preview-23423-02</MicrosoftNETTestSdkVersion>
<MicrosoftNETTestSdkVersion>17.8.0-preview-23424-02</MicrosoftNETTestSdkVersion>
<MicrosoftExtensionsLoggingConsoleVersion>8.0.0-alpha.1.22557.12</MicrosoftExtensionsLoggingConsoleVersion>
</PropertyGroup>
<!-- Workload manifest package versions -->