Skip to content

Commit

Permalink
TargetFramework not when TargetFrameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaggart committed Dec 27, 2017
1 parent aa3f64b commit 3a8feea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions VS2017CSharpLibraryCore/VS2017CSharpLibraryCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<PropertyGroup>
<TargetFrameworks>netstandard1.4;net461</TargetFrameworks>
<!-- <TargetFramework>net461</TargetFramework> -->
</PropertyGroup>

<Target Name="DebugPack" BeforeTargets="Pack">
<Message Importance="high" Text="TargetFramework: $(TargetFramework)" />
<Message Importance="high" Text="TargetFrameworks: $(TargetFrameworks)" />
<Message Importance="high" Text="AllowedOutputExtensionsInPackageBuildOutputFolder: $(AllowedOutputExtensionsInPackageBuildOutputFolder)" />
</Target>

</Project>

0 comments on commit 3a8feea

Please sign in to comment.