Skip to content

Commit

Permalink
Updated the last external dependencies to .NET 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Nov 10, 2021
1 parent ba79099 commit 4ce7ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/Piranha.Data.EF.MySql/Piranha.Data.EF.MySql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.0-preview.7" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="6.0.0" />
<ProjectReference Include="..\Piranha.Data.EF\Piranha.Data.EF.csproj" />
<ProjectReference Include="..\..\core\Piranha\Piranha.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0-rc.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
<ProjectReference Include="..\Piranha.Data.EF\Piranha.Data.EF.csproj" />
<ProjectReference Include="..\..\core\Piranha\Piranha.csproj" />
Expand Down

0 comments on commit 4ce7ce5

Please sign in to comment.