Browse Source

Build: set RuntimeIdentifiers for unit test projects

build
Christoph Ruegg 9 years ago
parent
commit
dd65c7bb25
  1. 1
      src/FSharpUnitTests/FSharpUnitTests.fsproj
  2. 1
      src/UnitTests/UnitTests.csproj

1
src/FSharpUnitTests/FSharpUnitTests.fsproj

@ -2,6 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netcoreapp1.1;netcoreapp2.0</TargetFrameworks>
<RuntimeIdentifiers>win7-x64;win-7x86;ubuntu.16.10-x64</RuntimeIdentifiers>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputType>Exe</OutputType>
<IsPackable>false</IsPackable>

1
src/UnitTests/UnitTests.csproj

@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net45;netcoreapp1.1;netcoreapp2.0</TargetFrameworks>
<RuntimeIdentifiers>win7-x64;win-7x86;ubuntu.16.10-x64</RuntimeIdentifiers>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>MathNet.Numerics.UnitTests</AssemblyName>
<RootNamespace>MathNet.Numerics.UnitTests</RootNamespace>

Loading…
Cancel
Save