Update dependencies from https://github.com/dotnet/sdk build 20230905.11
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.100-rc.2.23455.8 -> To Version 8.0.100-rc.2.23455.11
This commit is contained in:
parent
b609111afe
commit
ffd61de181
2 changed files with 11 additions and 11 deletions
|
@ -85,22 +85,22 @@
|
|||
<Uri>https://github.com/dotnet/aspnetcore</Uri>
|
||||
<Sha>51367f6a3e11cea553857d4c18aa5287b3e47bc6</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rc.2.23455.8">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rc.2.23455.11">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>be4aafa27367952a03a4a9f1313f13cc606df9c7</Sha>
|
||||
<Sha>5c9fd7b78d765884a35ff43ee163c64c5bf27247</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rc.2.23455.8">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rc.2.23455.11">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>be4aafa27367952a03a4a9f1313f13cc606df9c7</Sha>
|
||||
<Sha>5c9fd7b78d765884a35ff43ee163c64c5bf27247</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rc.2.23455.8">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rc.2.23455.11">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>be4aafa27367952a03a4a9f1313f13cc606df9c7</Sha>
|
||||
<Sha>5c9fd7b78d765884a35ff43ee163c64c5bf27247</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rc.2.23455.8">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rc.2.23455.11">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>be4aafa27367952a03a4a9f1313f13cc606df9c7</Sha>
|
||||
<Sha>5c9fd7b78d765884a35ff43ee163c64c5bf27247</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>
|
||||
|
|
|
@ -84,9 +84,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rc.2.23455.8</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.100-rc.2.23455.8</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rc.2.23455.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rc.2.23455.11</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.100-rc.2.23455.11</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rc.2.23455.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue