forked from tsai/mathnet-numerics
3 changed files with 18 additions and 13 deletions
@ -0,0 +1,5 @@ |
|||
{ |
|||
"sdk": { |
|||
"version": "2.1.3" |
|||
} |
|||
} |
|||
@ -1,13 +1,13 @@ |
|||
NUnit |
|||
NUnitLite content:none |
|||
System.Reflection framework:netcoreapp1.1 |
|||
System.Reflection.Extensions framework:netcoreapp1.1 |
|||
System.Reflection.TypeExtensions framework:netcoreapp1.1 |
|||
System.Threading.Tasks.Parallel framework:netcoreapp1.1 |
|||
System.Xml.XmlSerializer framework:netcoreapp1.1 |
|||
System.Runtime framework:netcoreapp1.1 |
|||
System.Runtime.Numerics framework:netcoreapp1.1 |
|||
System.Runtime.Serialization.Xml framework:netcoreapp1.1 |
|||
System.Runtime.Serialization.Primitives framework:netcoreapp1.1 |
|||
System.Runtime.Serialization.Formatters framework:netcoreapp1.1 |
|||
System.Security.Cryptography.Algorithms framework:netcoreapp1.1 |
|||
System.Reflection framework:netcoreapp1.1,netcoreapp2.0 |
|||
System.Reflection.Extensions framework:netcoreapp1.1,netcoreapp2.0 |
|||
System.Reflection.TypeExtensions framework:netcoreapp1.1,netcoreapp2.0 |
|||
System.Threading.Tasks.Parallel framework:netcoreapp1.1,netcoreapp2.0 |
|||
System.Xml.XmlSerializer framework:netcoreapp1.1,netcoreapp2.0 |
|||
System.Runtime framework:netcoreapp1.1,netcoreapp2.0 |
|||
System.Runtime.Numerics framework:netcoreapp1.1,netcoreapp2.0 |
|||
System.Runtime.Serialization.Xml framework:netcoreapp1.1,netcoreapp2.0 |
|||
System.Runtime.Serialization.Primitives framework:netcoreapp1.1,netcoreapp2.0 |
|||
System.Runtime.Serialization.Formatters framework:netcoreapp1.1,netcoreapp2.0 |
|||
System.Security.Cryptography.Algorithms framework:netcoreapp1.1,netcoreapp2.0 |
|||
|
|||
Loading…
Reference in new issue