Skip to content

Commit

Permalink
Merge pull request #445 from JosephWoodward/OsConditional
Browse files Browse the repository at this point in the history
Added OS conditional to allow building on non Windows platforms
  • Loading branch information
josephwoodward committed Jul 5, 2017
2 parents c2354fa + cfa982d commit fa13863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Shouldly/Shouldly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<Description>Shouldly - Assertion framework for .NET. The way asserting *Should* be</Description>
<TargetFrameworks>net451;net40;net35;netstandard1.3</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard1.3</TargetFrameworks>
<AssemblyName>Shouldly</AssemblyName>
<PackageId>Shouldly</PackageId>
<PackageTags>test;unit;testing;TDD;AAA;should;testunit;rspec;assert;assertion;framework</PackageTags>
Expand Down

0 comments on commit fa13863

Please sign in to comment.