add dotnet SDK

This commit is contained in:
Mylloon 2023-05-18 01:32:05 +02:00
parent a94c99010e
commit 7ff972a8de
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -77,10 +77,10 @@ for %%i in (!cpp_libs!) do (
)
:: .NET libraries
SET ^"net_libs=Microsoft.DotNet.DesktopRuntime.3_1 ^
Microsoft.DotNet.DesktopRuntime.5 ^
Microsoft.DotNet.DesktopRuntime.6 ^
Microsoft.DotNet.DesktopRuntime.7"
SET ^"net_libs=Microsoft.DotNet.DesktopRuntime.3_1 Microsoft.DotNet.SDK.3_1 ^
Microsoft.DotNet.DesktopRuntime.5 Microsoft.DotNet.SDK.5 ^
Microsoft.DotNet.DesktopRuntime.6 Microsoft.DotNet.SDK.6 ^
Microsoft.DotNet.DesktopRuntime.7 Microsoft.DotNet.SDK.7"
for %%i in (!net_libs!) do (
!pmi! %%i