Skip to content

Commit

Permalink
Test.csproj needs to check too for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Apr 13, 2017
1 parent ba73853 commit 35e3107
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Tests/Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<DotNetCoreOnly Condition="'$(TRAVIS)'=='true'">1</DotNetCoreOnly>
<DotNetCoreOnly Condition="'$(TRAVIS)'==''"></DotNetCoreOnly>
<OutputType>Exe</OutputType>
<TargetFrameworks Condition="'$(DotNetCoreOnly)'==''">netcoreapp1.1;net45;net46</TargetFrameworks>
<TargetFramework Condition="'$(DotNetCoreOnly)'=='1'">netcoreapp1.1</TargetFramework>
<VersionPrefix>6.0.0</VersionPrefix>
<VersionSuffix>alpha</VersionSuffix>
<DefineConstants Condition="'$(TargetFramework)'=='netcoreapp1.1'">$(DefineConstants);DOTNETCORE</DefineConstants>
<DefineConstants Condition="'$(TargetFramework)'=='netcoreapp1.1' OR '$(DotNetCoreOnly)'=='1'">$(DefineConstants);DOTNETCORE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta1-build3642" />
Expand Down

0 comments on commit 35e3107

Please sign in to comment.