Skip to content

Commit

Permalink
Multi-target projects can't be updated via Dependabot successfully
Browse files Browse the repository at this point in the history
  • Loading branch information
iancooper committed Feb 3, 2022
1 parent 3d75cc4 commit 3950599
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' ">
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.3" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="5.0.10" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
Expand All @@ -18,5 +18,6 @@
<ItemGroup>
<ProjectReference Include="..\Paramore.Brighter.PostgreSql\Paramore.Brighter.PostgreSql.csproj" />
</ItemGroup>


</Project>

0 comments on commit 3950599

Please sign in to comment.