Merge branch 'main' of https://github.com/dotnet/installer into Jason/Update-8.0-assets
This commit is contained in:
commit
f06dc115c1
3 changed files with 13 additions and 13 deletions
|
@ -206,18 +206,18 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23560.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23563.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>576b0a6fca70266087aa247d68896376ecec8c6e</Sha>
|
||||
<Sha>e3fde0b990dea6fbb8d06574a136cf2d4a12bf4e</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.23560.1">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.23563.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>576b0a6fca70266087aa247d68896376ecec8c6e</Sha>
|
||||
<Sha>e3fde0b990dea6fbb8d06574a136cf2d4a12bf4e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.23560.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.23563.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>576b0a6fca70266087aa247d68896376ecec8c6e</Sha>
|
||||
<Sha>e3fde0b990dea6fbb8d06574a136cf2d4a12bf4e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23560.1">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
@ -227,17 +227,17 @@
|
|||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>7bb1ccf29e6ee5a08cce5e0cc5b6e9bde1b0cda8</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23560.1">
|
||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23563.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>576b0a6fca70266087aa247d68896376ecec8c6e</Sha>
|
||||
<Sha>e3fde0b990dea6fbb8d06574a136cf2d4a12bf4e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="8.0.0-alpha.1.22557.12">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
<Sha>af841c8b33cecc92d74222298f1e45bf7bf3d90a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.23563.2">
|
||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="9.0.0-alpha.1.23564.1">
|
||||
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
||||
<Sha>4f303e492250f07f279adce6e5e97b5707ef7c76</Sha>
|
||||
<Sha>b6e94b9ad6d980074972140404fdb291b6803b93</Sha>
|
||||
<SourceBuild RepoName="source-build-reference-packages" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.ScenarioTests.SdkTemplateTests" Version="8.0.0-preview.23424.2">
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.23560.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.23563.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.21.0"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23560.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23560.1"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23563.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23563.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue