Skip to content

Commit

Permalink
Use non-pinned/latest STJ version
Browse files Browse the repository at this point in the history
  • Loading branch information
layomia committed Jul 9, 2021
1 parent b637b37 commit 4301e47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup Condition="$(TargetFramework) == 'net6.0'">
<PackageReference Include="System.Text.Json" Version="6.0.0-preview.7.21326.4" />
<PackageReference Include="System.Text.Json" Version="$(MicrosoftNETCoreAppPackageVersion)" />
<PackageReference Include="Npgsql" Version="6.0.0-preview4" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0-preview4" />
</ItemGroup>
Expand Down

0 comments on commit 4301e47

Please sign in to comment.