Skip to content

Commit

Permalink
fix: aspnetcore/fundamentals/target-aspnetcore/samples/multi-tfm/alte…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 15, 2025
1 parent d256e20 commit f031fcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' != 'netcoreapp3.0'">
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor" Version="2.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor" Version="2.3.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
Expand Down

0 comments on commit f031fcb

Please sign in to comment.