Update dependencies from https://github.com/dotnet/sdk build 20231011.18
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-rtm.23511.8 -> To Version 8.0.100-rtm.23511.18 Dependency coherency updates Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets From Version 8.0.0-rtm.23511.6 -> To Version 8.0.0-rtm.23511.9 (parent: Microsoft.NET.Sdk
This commit is contained in:
parent
84fd68c85a
commit
68832b9b69
2 changed files with 11 additions and 11 deletions
|
@ -85,22 +85,22 @@
|
|||
<Uri>https://github.com/dotnet/aspnetcore</Uri>
|
||||
<Sha>f0236a97b77b313af94a538da243dd81d13009e5</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rtm.23511.15">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rtm.23511.18">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8df73cf8a268590fbc5e20fb553a6991b5dd29d8</Sha>
|
||||
<Sha>23e2061ae8a0f26d3b1cad62388246710fa6fdeb</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rtm.23511.15">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rtm.23511.18">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8df73cf8a268590fbc5e20fb553a6991b5dd29d8</Sha>
|
||||
<Sha>23e2061ae8a0f26d3b1cad62388246710fa6fdeb</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rtm.23511.15">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rtm.23511.18">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8df73cf8a268590fbc5e20fb553a6991b5dd29d8</Sha>
|
||||
<Sha>23e2061ae8a0f26d3b1cad62388246710fa6fdeb</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rtm.23511.15">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rtm.23511.18">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>8df73cf8a268590fbc5e20fb553a6991b5dd29d8</Sha>
|
||||
<Sha>23e2061ae8a0f26d3b1cad62388246710fa6fdeb</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.23511.15</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.100-rtm.23511.15</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rtm.23511.15</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rtm.23511.18</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.100-rtm.23511.18</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rtm.23511.18</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue