Update dependencies from https://github.com/dotnet/arcade build 20220826.1
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22425.1 -> To Version 7.0.0-beta.22426.1
This commit is contained in:
parent
fa674965c8
commit
3828c7bbe3
3 changed files with 9 additions and 9 deletions
|
@ -194,18 +194,18 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22425.1">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22426.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>78805162979a2e31d8df1aa962c5657f988116a4</Sha>
|
||||
<Sha>692746db3f08766bc29e91e826ff15e5e8a82b44</Sha>
|
||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22425.1">
|
||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.22426.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>78805162979a2e31d8df1aa962c5657f988116a4</Sha>
|
||||
<Sha>692746db3f08766bc29e91e826ff15e5e8a82b44</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22425.1">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22426.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>78805162979a2e31d8df1aa962c5657f988116a4</Sha>
|
||||
<Sha>692746db3f08766bc29e91e826ff15e5e8a82b44</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.DarcLib" Version="1.1.0-beta.22425.1">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22425.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.22426.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"cmake": "3.16.4"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22425.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22425.1"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22426.1",
|
||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22426.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue