Skip to content

Commit

Permalink
add NetCoreAppCurrent to TargetFrameworks on TestApp
Browse files Browse the repository at this point in the history
  • Loading branch information
maryamariyan committed Mar 25, 2020
1 parent 8b67dc5 commit 914fc70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>$(NetFrameworkCurrent)</TargetFrameworks>
<TargetFrameworks>$(NetCoreAppCurrent);$(NetFrameworkCurrent)</TargetFrameworks>
<EnableDefaultItems>true</EnableDefaultItems>
<OutputType>Exe</OutputType>
</PropertyGroup>
Expand Down

0 comments on commit 914fc70

Please sign in to comment.