Update dependencies from https://github.com/dotnet/sdk build 20240407.8
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24205.5 -> To Version 8.0.300-preview.24207.8 Dependency coherency updates Microsoft.NET.Test.Sdk From Version 17.10.0-release-24177-07 -> To Version 17.10.0-release-24203-04 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
73a17cc827
commit
8cc946b244
2 changed files with 11 additions and 11 deletions
|
@ -85,22 +85,22 @@
|
|||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
|
||||
<Sha>da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.300-preview.24207.7">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.300-preview.24207.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>b0590605d5e9cbd4af52e6a90c6ff2d7a00695ca</Sha>
|
||||
<Sha>45571b5104036012cc5d1590b4d78ecaca619c57</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24207.7">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24207.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>b0590605d5e9cbd4af52e6a90c6ff2d7a00695ca</Sha>
|
||||
<Sha>45571b5104036012cc5d1590b4d78ecaca619c57</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24207.7">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24207.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>b0590605d5e9cbd4af52e6a90c6ff2d7a00695ca</Sha>
|
||||
<Sha>45571b5104036012cc5d1590b4d78ecaca619c57</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24207.7">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24207.8">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>b0590605d5e9cbd4af52e6a90c6ff2d7a00695ca</Sha>
|
||||
<Sha>45571b5104036012cc5d1590b4d78ecaca619c57</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>
|
||||
|
|
|
@ -80,9 +80,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.300-preview.24207.7</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.300-preview.24207.7</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.300-preview.24207.7</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.300-preview.24207.8</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.300-preview.24207.8</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.300-preview.24207.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue