Browse Source

Numerics: Include references only in net40 target

pull/525/head
Ignas Anikevicius 9 years ago
parent
commit
b451a54320
  1. 2
      src/Numerics/Numerics-2017.csproj

2
src/Numerics/Numerics-2017.csproj

@ -15,7 +15,7 @@
<AssemblyName>MathNet.Numerics</AssemblyName>
<RootNamespace>MathNet.Numerics</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />

Loading…
Cancel
Save