[release/8.0.3xx] Update dependencies from dotnet/sdk (#18510)
This commit is contained in:
commit
ffdaeff57d
2 changed files with 13 additions and 13 deletions
|
@ -85,22 +85,22 @@
|
|||
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
|
||||
<Sha>8e941eb42f819adb116b881195158b3887a70a1c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.300-preview.24103.4">
|
||||
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.300-preview.24105.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>0a32bb769e23437a1a6607bf6899891e72ccb5df</Sha>
|
||||
<Sha>2ee7582271ec559688f13c3343c97f4b702566ef</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24103.4">
|
||||
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24105.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>0a32bb769e23437a1a6607bf6899891e72ccb5df</Sha>
|
||||
<Sha>2ee7582271ec559688f13c3343c97f4b702566ef</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24103.4">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24105.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>0a32bb769e23437a1a6607bf6899891e72ccb5df</Sha>
|
||||
<Sha>2ee7582271ec559688f13c3343c97f4b702566ef</Sha>
|
||||
<SourceBuild RepoName="sdk" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24103.4">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24105.4">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>0a32bb769e23437a1a6607bf6899891e72ccb5df</Sha>
|
||||
<Sha>2ee7582271ec559688f13c3343c97f4b702566ef</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>
|
||||
|
@ -155,9 +155,9 @@
|
|||
<Sha>3cd939f76803da435c20b082a5cfcc844386fcfb</Sha>
|
||||
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Build" Version="17.10.0-preview-24101-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Dependency Name="Microsoft.Build" Version="17.10.0-preview-24105-01" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/dotnet/msbuild</Uri>
|
||||
<Sha>07fd5d51f25134ea3ab3620c66f6501a74df2921</Sha>
|
||||
<Sha>bea6b4aebe6548d714ca643db9107162965b94d5</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="NuGet.Build.Tasks" Version="6.10.0-preview.1.18" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||
<Uri>https://github.com/nuget/nuget.client</Uri>
|
||||
|
|
|
@ -85,9 +85,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk -->
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.300-preview.24103.4</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.300-preview.24103.4</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.300-preview.24103.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.300-preview.24105.4</MicrosoftDotNetCommonItemTemplatesPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>8.0.300-preview.24105.4</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.300-preview.24105.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
|
||||
|
|
Loading…
Add table
Reference in a new issue