* WIP Migrate sln files * WIP add reference to redist * Adding tests and fixing a few bugs * Fix some tests * Remove use of DeepClone * Fix test build errors * Fix more tests
16 lines
254 B
JSON
16 lines
254 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"additionalArguments": [
|
|
"-highentropyva+"
|
|
]
|
|
},"dependencies": {
|
|
"NETStandard.Library": "1.6.0"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.5": {}
|
|
}
|
|
}
|