@@ -27,14 +27,14 @@ def apphost_packs():
27
27
apphost_pack (name = "net5.0_osx-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-x64.v5.0.17" , target_framework = "net5.0" , runtime_identifier = "osx-x64" )
28
28
apphost_pack (name = "net5.0_win-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-x64.v5.0.17" , target_framework = "net5.0" , runtime_identifier = "win-x64" )
29
29
apphost_pack (name = "net5.0_win-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-arm64.v5.0.17" , target_framework = "net5.0" , runtime_identifier = "win-arm64" )
30
- apphost_pack (name = "net6.0_linux-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-x64.v6.0.33 " , target_framework = "net6.0" , runtime_identifier = "linux-x64" )
31
- apphost_pack (name = "net6.0_linux-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-arm64.v6.0.33 " , target_framework = "net6.0" , runtime_identifier = "linux-arm64" )
32
- apphost_pack (name = "net6.0_linux-musl-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-x64.v6.0.33 " , target_framework = "net6.0" , runtime_identifier = "linux-musl-x64" )
33
- apphost_pack (name = "net6.0_linux-musl-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-arm64.v6.0.33 " , target_framework = "net6.0" , runtime_identifier = "linux-musl-arm64" )
34
- apphost_pack (name = "net6.0_osx-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-x64.v6.0.33 " , target_framework = "net6.0" , runtime_identifier = "osx-x64" )
35
- apphost_pack (name = "net6.0_osx-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-arm64.v6.0.33 " , target_framework = "net6.0" , runtime_identifier = "osx-arm64" )
36
- apphost_pack (name = "net6.0_win-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-x64.v6.0.33 " , target_framework = "net6.0" , runtime_identifier = "win-x64" )
37
- apphost_pack (name = "net6.0_win-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-arm64.v6.0.33 " , target_framework = "net6.0" , runtime_identifier = "win-arm64" )
30
+ apphost_pack (name = "net6.0_linux-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-x64.v6.0.36 " , target_framework = "net6.0" , runtime_identifier = "linux-x64" )
31
+ apphost_pack (name = "net6.0_linux-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-arm64.v6.0.36 " , target_framework = "net6.0" , runtime_identifier = "linux-arm64" )
32
+ apphost_pack (name = "net6.0_linux-musl-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-x64.v6.0.36 " , target_framework = "net6.0" , runtime_identifier = "linux-musl-x64" )
33
+ apphost_pack (name = "net6.0_linux-musl-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-arm64.v6.0.36 " , target_framework = "net6.0" , runtime_identifier = "linux-musl-arm64" )
34
+ apphost_pack (name = "net6.0_osx-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-x64.v6.0.36 " , target_framework = "net6.0" , runtime_identifier = "osx-x64" )
35
+ apphost_pack (name = "net6.0_osx-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-arm64.v6.0.36 " , target_framework = "net6.0" , runtime_identifier = "osx-arm64" )
36
+ apphost_pack (name = "net6.0_win-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-x64.v6.0.36 " , target_framework = "net6.0" , runtime_identifier = "win-x64" )
37
+ apphost_pack (name = "net6.0_win-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-arm64.v6.0.36 " , target_framework = "net6.0" , runtime_identifier = "win-arm64" )
38
38
apphost_pack (name = "net7.0_linux-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-x64.v7.0.20" , target_framework = "net7.0" , runtime_identifier = "linux-x64" )
39
39
apphost_pack (name = "net7.0_linux-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-arm64.v7.0.20" , target_framework = "net7.0" , runtime_identifier = "linux-arm64" )
40
40
apphost_pack (name = "net7.0_linux-musl-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-x64.v7.0.20" , target_framework = "net7.0" , runtime_identifier = "linux-musl-x64" )
@@ -43,11 +43,19 @@ def apphost_packs():
43
43
apphost_pack (name = "net7.0_osx-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-arm64.v7.0.20" , target_framework = "net7.0" , runtime_identifier = "osx-arm64" )
44
44
apphost_pack (name = "net7.0_win-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-x64.v7.0.20" , target_framework = "net7.0" , runtime_identifier = "win-x64" )
45
45
apphost_pack (name = "net7.0_win-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-arm64.v7.0.20" , target_framework = "net7.0" , runtime_identifier = "win-arm64" )
46
- apphost_pack (name = "net8.0_linux-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-x64.v8.0.8" , target_framework = "net8.0" , runtime_identifier = "linux-x64" )
47
- apphost_pack (name = "net8.0_linux-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-arm64.v8.0.8" , target_framework = "net8.0" , runtime_identifier = "linux-arm64" )
48
- apphost_pack (name = "net8.0_linux-musl-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-x64.v8.0.8" , target_framework = "net8.0" , runtime_identifier = "linux-musl-x64" )
49
- apphost_pack (name = "net8.0_linux-musl-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-arm64.v8.0.8" , target_framework = "net8.0" , runtime_identifier = "linux-musl-arm64" )
50
- apphost_pack (name = "net8.0_osx-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-x64.v8.0.8" , target_framework = "net8.0" , runtime_identifier = "osx-x64" )
51
- apphost_pack (name = "net8.0_osx-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-arm64.v8.0.8" , target_framework = "net8.0" , runtime_identifier = "osx-arm64" )
52
- apphost_pack (name = "net8.0_win-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-x64.v8.0.8" , target_framework = "net8.0" , runtime_identifier = "win-x64" )
53
- apphost_pack (name = "net8.0_win-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-arm64.v8.0.8" , target_framework = "net8.0" , runtime_identifier = "win-arm64" )
46
+ apphost_pack (name = "net8.0_linux-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-x64.v8.0.11" , target_framework = "net8.0" , runtime_identifier = "linux-x64" )
47
+ apphost_pack (name = "net8.0_linux-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-arm64.v8.0.11" , target_framework = "net8.0" , runtime_identifier = "linux-arm64" )
48
+ apphost_pack (name = "net8.0_linux-musl-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-x64.v8.0.11" , target_framework = "net8.0" , runtime_identifier = "linux-musl-x64" )
49
+ apphost_pack (name = "net8.0_linux-musl-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-arm64.v8.0.11" , target_framework = "net8.0" , runtime_identifier = "linux-musl-arm64" )
50
+ apphost_pack (name = "net8.0_osx-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-x64.v8.0.11" , target_framework = "net8.0" , runtime_identifier = "osx-x64" )
51
+ apphost_pack (name = "net8.0_osx-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-arm64.v8.0.11" , target_framework = "net8.0" , runtime_identifier = "osx-arm64" )
52
+ apphost_pack (name = "net8.0_win-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-x64.v8.0.11" , target_framework = "net8.0" , runtime_identifier = "win-x64" )
53
+ apphost_pack (name = "net8.0_win-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-arm64.v8.0.11" , target_framework = "net8.0" , runtime_identifier = "win-arm64" )
54
+ apphost_pack (name = "net9.0_linux-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-x64.v9.0.0" , target_framework = "net9.0" , runtime_identifier = "linux-x64" )
55
+ apphost_pack (name = "net9.0_linux-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-arm64.v9.0.0" , target_framework = "net9.0" , runtime_identifier = "linux-arm64" )
56
+ apphost_pack (name = "net9.0_linux-musl-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-x64.v9.0.0" , target_framework = "net9.0" , runtime_identifier = "linux-musl-x64" )
57
+ apphost_pack (name = "net9.0_linux-musl-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.linux-musl-arm64.v9.0.0" , target_framework = "net9.0" , runtime_identifier = "linux-musl-arm64" )
58
+ apphost_pack (name = "net9.0_osx-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-x64.v9.0.0" , target_framework = "net9.0" , runtime_identifier = "osx-x64" )
59
+ apphost_pack (name = "net9.0_osx-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.osx-arm64.v9.0.0" , target_framework = "net9.0" , runtime_identifier = "osx-arm64" )
60
+ apphost_pack (name = "net9.0_win-x64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-x64.v9.0.0" , target_framework = "net9.0" , runtime_identifier = "win-x64" )
61
+ apphost_pack (name = "net9.0_win-arm64" , pack = "@dotnet.apphost_packs//microsoft.netcore.app.host.win-arm64.v9.0.0" , target_framework = "net9.0" , runtime_identifier = "win-arm64" )
0 commit comments