[main] Update dependencies from dotnet/arcade (#16199)

This commit is contained in:
v-wuzhai 2023-04-22 19:42:56 -07:00 committed by GitHub
commit 7cdb108f19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

View file

@ -193,18 +193,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23220.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.23221.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d75baf71a09ed067b48f484f29efc4e7f3e3df13</Sha>
<Sha>fc43dcf6508c135e6743889311d86992da080f30</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23220.2">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="8.0.0-beta.23221.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d75baf71a09ed067b48f484f29efc4e7f3e3df13</Sha>
<Sha>fc43dcf6508c135e6743889311d86992da080f30</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23220.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="8.0.0-beta.23221.8">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>d75baf71a09ed067b48f484f29efc4e7f3e3df13</Sha>
<Sha>fc43dcf6508c135e6743889311d86992da080f30</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.23212.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>

View file

@ -33,7 +33,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23220.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>8.0.0-beta.23221.8</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade-services -->

View file

@ -70,7 +70,7 @@ __AlpinePackages+=" krb5-dev"
__AlpinePackages+=" openssl-dev"
__AlpinePackages+=" zlib-dev"
__FreeBSDBase="12.3-RELEASE"
__FreeBSDBase="12.4-RELEASE"
__FreeBSDPkg="1.17.0"
__FreeBSDABI="12"
__FreeBSDPackages="libunwind"

View file

@ -11,7 +11,7 @@
"cmake": "3.21.0"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23220.2",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23220.2"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23221.8",
"Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.23221.8"
}
}