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

This commit is contained in:
v-wuzhai 2023-09-26 22:42:21 -07:00 committed by GitHub
commit 5987ac298a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 17 deletions

View file

@ -7,7 +7,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
<add key="darc-pub-DotNet-msbuild-Trusted-6cdef42" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-6cdef424/nuget/v3/index.json" />
<add key="darc-pub-DotNet-msbuild-Trusted-585e097" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-585e0976/nuget/v3/index.json" />
<!-- End: Package sources from DotNet-msbuild-Trusted -->
<!-- Begin: Package sources from dotnet-sdk -->
<!-- End: Package sources from dotnet-sdk -->

View file

@ -85,22 +85,22 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>325a7569823645e43020a8c38771353c6f6eaddf</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rtm.23476.30">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rtm.23476.40">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cc53925cb2d170612d86b8f9a19985139a501f64</Sha>
<Sha>15cd05130e153fe63edefb4abb10745d6c970428</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rtm.23476.30">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rtm.23476.40">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cc53925cb2d170612d86b8f9a19985139a501f64</Sha>
<Sha>15cd05130e153fe63edefb4abb10745d6c970428</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rtm.23476.30">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rtm.23476.40">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cc53925cb2d170612d86b8f9a19985139a501f64</Sha>
<Sha>15cd05130e153fe63edefb4abb10745d6c970428</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rtm.23476.30">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rtm.23476.40">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cc53925cb2d170612d86b8f9a19985139a501f64</Sha>
<Sha>15cd05130e153fe63edefb4abb10745d6c970428</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>
@ -155,13 +155,13 @@
<Sha>a8700449c87c2a7a8e822429e50cd493fb854d0b</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.8.0" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.8.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>6cdef424154c976f04802b101e6be6292f8a8897</Sha>
<Sha>585e09762f07aa6ec291cb75cf7e98bdded8e373</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.8.0-rc.120" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.8.0-rc.121" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>fed7892af6c079015431389d7cf7a7f630e22bbd</Sha>
<Sha>eb04000f97ade4add28a9e7447baaadee22ee863</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

@ -85,9 +85,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rtm.23476.30</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-rtm.23476.30</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rtm.23476.30</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rtm.23476.40</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-rtm.23476.40</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rtm.23476.40</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
@ -127,7 +127,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/NuGet/NuGet.Client -->
<NuGetBuildTasksPackageVersion>6.8.0-rc.120</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackageVersion>6.8.0-rc.121</NuGetBuildTasksPackageVersion>
</PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/deployment-tools -->
<PropertyGroup>