mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
Fixed dotnet reference errors
This commit is contained in:
parent
dcbfb02a87
commit
19df3e7521
@ -6,11 +6,11 @@ if(WIN32)
|
||||
target_compile_options(coveragetool PRIVATE "/langversion:6")
|
||||
set_property(TARGET coveragetool PROPERTY VS_DOTNET_REFERENCES
|
||||
"System"
|
||||
"ystem.Core"
|
||||
"System.Core"
|
||||
"System.Xml.Linq"
|
||||
"ystem.Data.DataSetExtensions"
|
||||
"System.Data.DataSetExtensions"
|
||||
"Microsoft.CSharp"
|
||||
"ystem.Data"
|
||||
"System.Data"
|
||||
"System.Xml")
|
||||
else()
|
||||
set(COVERAGETOOL_COMPILER_REFERENCES
|
||||
|
Loading…
x
Reference in New Issue
Block a user