Added NetCore to CLR API, added corresponding unit test
This commit is contained in:
parent
c6580ff1ce
commit
712431f36e
@ -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
|
||||
|
||||
|
||||
--
|
||||
|
@ -165,6 +165,7 @@
|
||||
"Pure",
|
||||
"Safe",
|
||||
"Unsafe",
|
||||
"NetCore",
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user