Skip to content

Commit

Permalink
Merge pull request #37 from royalapplications/unambiguos-net-versions-2
Browse files Browse the repository at this point in the history
Unambiguous .NET Framework version (contd.)
  • Loading branch information
StefanKoell authored Oct 9, 2024
2 parents 47d3ff7 + 189c99b commit feb3730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</PackageReference>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
<ItemGroup Condition="'$(TargetFramework)' == 'net4.7.2'">
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
</ItemGroup>

Expand Down

0 comments on commit feb3730

Please sign in to comment.