Merge branch 'release/8.0.3xx' into darc-release/8.0.3xx-66aae8ca-f392-44c9-94ee-700f2ae48982
This commit is contained in:
commit
41bf79aa6c
4 changed files with 15 additions and 15 deletions
|
@ -3,7 +3,7 @@
|
|||
"isRoot": true,
|
||||
"tools": {
|
||||
"microsoft.dotnet.darc": {
|
||||
"version": "1.1.0-beta.24080.2",
|
||||
"version": "1.1.0-beta.24101.1",
|
||||
"commands": [
|
||||
"darc"
|
||||
]
|
||||
|
|
|
@ -214,26 +214,26 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24075.5">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24081.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>07cf24f27ee58b5d1a9662334a101d84bd1e07e5</Sha>
|
||||
<Sha>be88b08c41971b52ec11aec05ef31e72185d4a1f</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.24075.5">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.24081.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>07cf24f27ee58b5d1a9662334a101d84bd1e07e5</Sha>
|
||||
<Sha>be88b08c41971b52ec11aec05ef31e72185d4a1f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.24075.5">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.24081.5">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>07cf24f27ee58b5d1a9662334a101d84bd1e07e5</Sha>
|
||||
<Sha>be88b08c41971b52ec11aec05ef31e72185d4a1f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24080.2">
|
||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24101.1">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>2a734cad5b603ea6b6f67a309cbaa081af57cf77</Sha>
|
||||
<Sha>2b98442571c24e1f66b33faf79001254b3243d5a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24080.2">
|
||||
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.24101.1">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
<Sha>2a734cad5b603ea6b6f67a309cbaa081af57cf77</Sha>
|
||||
<Sha>2b98442571c24e1f66b33faf79001254b3243d5a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="8.0.0-alpha.1.22557.12">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
|
|
|
@ -40,11 +40,11 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.24075.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.24081.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.24080.2</MicrosoftDotNetDarcLibVersion>
|
||||
<MicrosoftDotNetDarcLibVersion>1.1.0-beta.24101.1</MicrosoftDotNetDarcLibVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.21.0"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24075.5",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24075.5"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24081.5",
|
||||
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24081.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue