Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "10.0.5",
"version": "10.0.6",
"commands": [
"dotnet-ef"
],
Expand Down
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ SPDX-License-Identifier: MIT
<!-- all -->
<PackageVersion Include="GitVersion.MsBuild" Version="6.7.0" />
<!-- SqliteTimestamp -->
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.6" />
<!-- unit tests -->
<PackageVersion Include="JunitXml.TestLogger" Version="8.0.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.6" />
<!-- Example -->
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.6" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion SqliteTimestamp/SqliteTimestamp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SPDX-License-Identifier: MIT

<ItemGroup>
<!-- Override to also support EF Core 8 consumers of our package. -->
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" VersionOverride="8.0.25" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" VersionOverride="8.0.26" />
</ItemGroup>

</Project>
Loading