Skip to content

Commit

Permalink
Bump some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Jun 4, 2024
1 parent e165935 commit 5fa4743
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Core/efpt80.core/efpt80.core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0" />
<PackageReference Include="EfCore.SchemaCompare" Version="8.0.1" />
<PackageReference Include="EfCore.SchemaCompare" Version="8.0.4" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/GUI/RevEng.Shared/RevEng.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="6.0.9" />
<PackageReference Include="System.Text.Json" Version="8.0.3" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/GUI/Shared/Handlers/Compare/CompareHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public async System.Threading.Tasks.Task HandleComparisonAsync(string outputPath
}
else if (version.Major == 8)
{
nugetHelper.InstallPackage("EfCore.SchemaCompare", project, new NuGetVersion(8, 0, 0));
nugetHelper.InstallPackage("EfCore.SchemaCompare", project, new NuGetVersion(8, 0, 4));
nugetHelper.InstallPackage("Microsoft.EntityFrameworkCore.Design", project, new NuGetVersion(8, 0, 0));
}

Expand Down
Binary file modified src/GUI/lib/efpt80.exe.zip
Binary file not shown.

0 comments on commit 5fa4743

Please sign in to comment.