add dotnet SDK
This commit is contained in:
parent
a94c99010e
commit
7ff972a8de
1 changed files with 4 additions and 4 deletions
|
@ -77,10 +77,10 @@ for %%i in (!cpp_libs!) do (
|
||||||
)
|
)
|
||||||
|
|
||||||
:: .NET libraries
|
:: .NET libraries
|
||||||
SET ^"net_libs=Microsoft.DotNet.DesktopRuntime.3_1 ^
|
SET ^"net_libs=Microsoft.DotNet.DesktopRuntime.3_1 Microsoft.DotNet.SDK.3_1 ^
|
||||||
Microsoft.DotNet.DesktopRuntime.5 ^
|
Microsoft.DotNet.DesktopRuntime.5 Microsoft.DotNet.SDK.5 ^
|
||||||
Microsoft.DotNet.DesktopRuntime.6 ^
|
Microsoft.DotNet.DesktopRuntime.6 Microsoft.DotNet.SDK.6 ^
|
||||||
Microsoft.DotNet.DesktopRuntime.7"
|
Microsoft.DotNet.DesktopRuntime.7 Microsoft.DotNet.SDK.7"
|
||||||
|
|
||||||
for %%i in (!net_libs!) do (
|
for %%i in (!net_libs!) do (
|
||||||
!pmi! %%i
|
!pmi! %%i
|
||||||
|
|
Loading…
Reference in a new issue