Skip to content

Commit

Permalink
"TargetFrameworks", forgot the "s"
Browse files Browse the repository at this point in the history
  • Loading branch information
Turnerj committed Jan 1, 2019
1 parent 01dcbc2 commit 089bbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/InfinityCrawler.Tests/InfinityCrawler.Tests.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.1;net461</TargetFramework>
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>

<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 089bbd1

Please sign in to comment.