Skip to content

Commit

Permalink
Downgraded country generator to .net core 2.0 for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalinowski committed Jan 5, 2020
1 parent 6843c68 commit 30c7272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib12.CountryGenerator/lib12.CountryGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 30c7272

Please sign in to comment.