[release/8.0.1xx] Update dependencies from dotnet/sdk (#17436)
[release/8.0.1xx] Update dependencies from dotnet/sdk
This commit is contained in:
parent
76291bf11c
commit
0f9d64013c
2 changed files with 11 additions and 11 deletions
|
@ -85,22 +85,22 @@
|
|||
<Uri>https://github.com/dotnet/aspnetcore</Uri>
|
||||
<Sha>4292763bd5143205daabb682311ee34f23897d9b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rtm.23477.22">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rtm.23477.25">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>29cdfd4ae95dfef2c601db9813dae887e3641c6b</Sha>
|
||||
<Sha>67e372dffa8e8ced74f21700e8d7fcc1f1d13562</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rtm.23477.22">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rtm.23477.25">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>29cdfd4ae95dfef2c601db9813dae887e3641c6b</Sha>
|
||||
<Sha>67e372dffa8e8ced74f21700e8d7fcc1f1d13562</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rtm.23477.22">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rtm.23477.25">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>29cdfd4ae95dfef2c601db9813dae887e3641c6b</Sha>
|
||||
<Sha>67e372dffa8e8ced74f21700e8d7fcc1f1d13562</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rtm.23477.22">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rtm.23477.25">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>29cdfd4ae95dfef2c601db9813dae887e3641c6b</Sha>
|
||||
<Sha>67e372dffa8e8ced74f21700e8d7fcc1f1d13562</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>
|
||||
|
|
|
@ -85,9 +85,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rtm.23477.22</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.100-rtm.23477.22</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rtm.23477.22</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rtm.23477.25</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.100-rtm.23477.25</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rtm.23477.25</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue