Skip to content

Commit

Permalink
Add netcoreapp2.0 target to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrnikitin authored and dtchepak committed Dec 2, 2017
1 parent 106fed7 commit e51008e
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp1.1;net46;net45</TargetFrameworks>
<TargetFrameworks>netcoreapp2.0;netcoreapp1.1;net46;net45</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Debug'">
Expand Down

0 comments on commit e51008e

Please sign in to comment.