Skip to content

Commit

Permalink
Update dotnet monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent faab25e commit c78c5fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DbUp/dbup-sqlite/dbup-sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

<ItemGroup>
<PackageReference Include="dbup-core" Version="5.0.37"/>
<PackageReference Include="Microsoft.Data.Sqlite" Version="1.0.1" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="1.1.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion test/EFCoreTest/EFCoreTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<NoWarn>1701;1702;NU1803</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\nuget packages\Planar.Job\Planar.Job.csproj" />
Expand Down

0 comments on commit c78c5fe

Please sign in to comment.