Skip to content

Commit

Permalink
set targets to .NET 4.5 & core 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Scribellito authored and Michael Scribellito committed Jul 20, 2018
1 parent e7f9340 commit d2f893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FixedWidth.Examples/FixedWidth.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFrameworks>netcoreapp2.1;net45</TargetFrameworks>
</PropertyGroup>

</Project>

0 comments on commit d2f893d

Please sign in to comment.