Added NetCore to CLR API, added corresponding unit test

This commit is contained in:
nickclark2016 2020-10-29 20:45:52 -04:00
parent c6580ff1ce
commit 712431f36e
2 changed files with 12 additions and 0 deletions

View File

@ -156,6 +156,17 @@
<CLRSupport>Pure</CLRSupport>
]]
end
function suite.clrSupport_onClrNetCore()
clr "NetCore"
prepare()
test.capture [[
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<CLRSupport>NetCore</CLRSupport>
]]
end
--

View File

@ -165,6 +165,7 @@
"Pure",
"Safe",
"Unsafe",
"NetCore",
}
}