diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
index b3bf5bc..7d8d292 100644
--- a/.config/dotnet-tools.json
+++ b/.config/dotnet-tools.json
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
- "version": "10.0.2",
+ "version": "10.0.3",
"commands": [
"dotnet-ef"
],
diff --git a/Directory.Packages.props b/Directory.Packages.props
index e8fbec3..cbec010 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -9,10 +9,10 @@ SPDX-License-Identifier: MIT
-
+
-
+
-
+
\ No newline at end of file
diff --git a/Example/Migrations/20241117192826_InitialCreate.Designer.cs b/Example/Migrations/20260214090045_InitialCreate.Designer.cs
similarity index 96%
rename from Example/Migrations/20241117192826_InitialCreate.Designer.cs
rename to Example/Migrations/20260214090045_InitialCreate.Designer.cs
index aa67878..65cfce2 100644
--- a/Example/Migrations/20241117192826_InitialCreate.Designer.cs
+++ b/Example/Migrations/20260214090045_InitialCreate.Designer.cs
@@ -10,14 +10,14 @@
namespace Example.Migrations
{
[DbContext(typeof(BloggingContext))]
- [Migration("20241117192826_InitialCreate")]
+ [Migration("20260214090045_InitialCreate")]
partial class InitialCreate
{
///
protected override void BuildTargetModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
- modelBuilder.HasAnnotation("ProductVersion", "9.0.0");
+ modelBuilder.HasAnnotation("ProductVersion", "10.0.3");
modelBuilder.Entity("Example.Blog", b =>
{
diff --git a/Example/Migrations/20241117192826_InitialCreate.cs b/Example/Migrations/20260214090045_InitialCreate.cs
similarity index 100%
rename from Example/Migrations/20241117192826_InitialCreate.cs
rename to Example/Migrations/20260214090045_InitialCreate.cs
diff --git a/Example/Migrations/BloggingContextModelSnapshot.cs b/Example/Migrations/BloggingContextModelSnapshot.cs
index cd4a06e..bfcd705 100644
--- a/Example/Migrations/BloggingContextModelSnapshot.cs
+++ b/Example/Migrations/BloggingContextModelSnapshot.cs
@@ -14,7 +14,7 @@ partial class BloggingContextModelSnapshot : ModelSnapshot
protected override void BuildModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
- modelBuilder.HasAnnotation("ProductVersion", "9.0.0");
+ modelBuilder.HasAnnotation("ProductVersion", "10.0.3");
modelBuilder.Entity("Example.Blog", b =>
{
diff --git a/SqliteTimestamp/SqliteTimestamp.csproj b/SqliteTimestamp/SqliteTimestamp.csproj
index d83cb96..3821fbd 100644
--- a/SqliteTimestamp/SqliteTimestamp.csproj
+++ b/SqliteTimestamp/SqliteTimestamp.csproj
@@ -24,7 +24,7 @@ SPDX-License-Identifier: MIT
-
+