Update dependencies from https://github.com/dotnet/sdk build 20231023.17

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.200-preview.23523.1 -> To Version 8.0.200-preview.23523.17
This commit is contained in:
dotnet-maestro[bot] 2023-10-23 22:16:48 +00:00
parent 088c436639
commit 50dc5660c2
2 changed files with 11 additions and 11 deletions

View file

@ -85,22 +85,22 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>c9fa5f3a34605c93bffd1459a5e39e6bc63f50cc</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.200-preview.23523.1">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.200-preview.23523.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>d307aea02adaa1533a4587bc5855fe41e71e5941</Sha>
<Sha>6588d96cd055f2e39fb46505c4c9b57a423fbb88</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.200-preview.23523.1">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.200-preview.23523.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>d307aea02adaa1533a4587bc5855fe41e71e5941</Sha>
<Sha>6588d96cd055f2e39fb46505c4c9b57a423fbb88</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.200-preview.23523.1">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.200-preview.23523.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>d307aea02adaa1533a4587bc5855fe41e71e5941</Sha>
<Sha>6588d96cd055f2e39fb46505c4c9b57a423fbb88</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.200-preview.23523.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.200-preview.23523.17">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>d307aea02adaa1533a4587bc5855fe41e71e5941</Sha>
<Sha>6588d96cd055f2e39fb46505c4c9b57a423fbb88</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>

View file

@ -85,9 +85,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.200-preview.23523.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.200-preview.23523.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.200-preview.23523.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.200-preview.23523.17</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.200-preview.23523.17</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.200-preview.23523.17</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>