Skip to content

Commit

Permalink
Try with 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ádám Hóka committed Jan 23, 2018
1 parent b968959 commit f315f4f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp1.1</TargetFramework>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netcoreapp1.1;net452</TargetFrameworks>
<TargetFramework Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.0</TargetFramework>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">netcoreapp2.0;net452</TargetFrameworks>
<DebugType>portable</DebugType>
<RuntimeFrameworkVersion>2.0.5</RuntimeFrameworkVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f315f4f

Please sign in to comment.