Skip to content

Commit

Permalink
Add compatibility for netcoreapp2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Timm Bremus committed Dec 4, 2018
1 parent 6cfd161 commit e89e2f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.TagHelpers" Version="1.1.8" Condition="'$(TargetFramework)' == 'netstandard1.6'" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.TagHelpers" Version="2.1.2" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.TagHelpers" Version="2.2.0" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
</ItemGroup>

</Project>

0 comments on commit e89e2f9

Please sign in to comment.