зеркало из https://github.com/dotnet/tye.git
Update dependencies from https://github.com/dotnet/arcade build 20210713.2 (#1115)
[main] Update dependencies from dotnet/arcade
This commit is contained in:
Родитель
7c7934b5e3
Коммит
714ab9c931
|
@ -3,25 +3,25 @@
|
|||
<ProductDependencies>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21359.3">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21363.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>55262f114b0c1b82f0b081bca0d919b657ba24c5</Sha>
|
||||
<Sha>1b053babb8a542e3ab20f93b3d0aedc732b7e0c7</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.21359.3">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="6.0.0-beta.21363.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>55262f114b0c1b82f0b081bca0d919b657ba24c5</Sha>
|
||||
<Sha>1b053babb8a542e3ab20f93b3d0aedc732b7e0c7</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.21359.3">
|
||||
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.21363.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>55262f114b0c1b82f0b081bca0d919b657ba24c5</Sha>
|
||||
<Sha>1b053babb8a542e3ab20f93b3d0aedc732b7e0c7</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21359.3">
|
||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21363.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>55262f114b0c1b82f0b081bca0d919b657ba24c5</Sha>
|
||||
<Sha>1b053babb8a542e3ab20f93b3d0aedc732b7e0c7</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.21359.3">
|
||||
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="6.0.0-beta.21363.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>55262f114b0c1b82f0b081bca0d919b657ba24c5</Sha>
|
||||
<Sha>1b053babb8a542e3ab20f93b3d0aedc732b7e0c7</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
|
||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||
|
|
|
@ -33,7 +33,6 @@ __AlpinePackages="alpine-base"
|
|||
__AlpinePackages+=" build-base"
|
||||
__AlpinePackages+=" linux-headers"
|
||||
__AlpinePackagesEdgeCommunity=" lldb-dev"
|
||||
__AlpinePackagesEdgeMain=" llvm10-libs"
|
||||
__AlpinePackagesEdgeMain+=" python3"
|
||||
__AlpinePackagesEdgeMain+=" libedit"
|
||||
|
||||
|
@ -115,6 +114,8 @@ while :; do
|
|||
__UbuntuArch=s390x
|
||||
__UbuntuRepo="http://ports.ubuntu.com/ubuntu-ports/"
|
||||
__UbuntuPackages=$(echo ${__UbuntuPackages} | sed 's/ libunwind8-dev//')
|
||||
__UbuntuPackages=$(echo ${__UbuntuPackages} | sed 's/ libomp-dev//')
|
||||
__UbuntuPackages=$(echo ${__UbuntuPackages} | sed 's/ libomp5//')
|
||||
unset __LLDB_Package
|
||||
;;
|
||||
x86)
|
||||
|
@ -191,6 +192,8 @@ while :; do
|
|||
__CodeName=alpine
|
||||
__UbuntuRepo=
|
||||
__AlpineVersion=3.9
|
||||
__AlpinePackagesEdgeMain+=" llvm11-libs"
|
||||
__AlpinePackagesEdgeMain+=" clang-libs"
|
||||
;;
|
||||
alpine3.13)
|
||||
__CodeName=alpine
|
||||
|
@ -201,6 +204,7 @@ while :; do
|
|||
__AlpinePackagesEdgeCommunity=
|
||||
__AlpinePackages+=$__AlpinePackagesEdgeMain
|
||||
__AlpinePackagesEdgeMain=
|
||||
__AlpinePackages+=" llvm10-libs"
|
||||
;;
|
||||
freebsd11)
|
||||
__FreeBSDBase="11.3-RELEASE"
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
}
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21359.3"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21363.2"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче