From 3f1be4b3fd2f8594bdcdf5a5b8f94ac2eef53225 Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Wed, 12 Jul 2023 09:52:15 +0300 Subject: [PATCH] added dotnet7.0 & edited dotnet6.0 --- prepopulate.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/prepopulate.json b/prepopulate.json index c6e7487..6945cbc 100644 --- a/prepopulate.json +++ b/prepopulate.json @@ -891,7 +891,6 @@ "aspnetcore-runtime-6.0.x86_64", "aspnetcore-targeting-pack-6.0.x86_64", "dotnet-apphost-pack-6.0.x86_64", - "dotnet-host.x86_64", "dotnet-hostfxr-6.0.x86_64", "dotnet-runtime-6.0.x86_64", "dotnet-sdk-6.0.x86_64", @@ -899,6 +898,18 @@ "dotnet-templates-6.0.x86_64", "netstandard-targeting-pack-2.1.x86_64" ], + "dotnet7.0": [ + "aspnetcore-runtime-7.0.x86_64", + "aspnetcore-targeting-pack-7.0.x86_64", + "dotnet-apphost-pack-7.0.x86_64", + "dotnet-host-7.0.x86_64", + "dotnet-hostfxr-7.0.x86_64", + "dotnet-runtime-7.0.x86_64", + "dotnet-sdk-7.0.x86_64", + "dotnet-targeting-pack-7.0.x86_64", + "dotnet-templates-7.0.x86_64", + "netstandard-targeting-pack-2.1.x86_64" + ], "double-conversion": [ "double-conversion.i686", "double-conversion.x86_64" -- 2.36.5