diff --git a/Notes.txt b/Notes.txt
index 40d69a6..1d447ba 100644
--- a/Notes.txt
+++ b/Notes.txt
@@ -21,7 +21,7 @@ dotnet nuget push Netmash.Security.Authentication.Identity.1.0.7.nupkg -k ****KE
dotnet nuget push Netmash.Extensions.Caching.1.0.1.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget
-dotnet nuget push Netmash.Infrastructure.DatabaseMigration.1.1.3.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget
+dotnet nuget push Netmash.Infrastructure.DatabaseMigration.1.2.0.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget
dotnet nuget push Netmash.Data.EntityFramework.1.0.1.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget
dotnet nuget push Netmash.Core.Abstractions.1.0.0.nupkg -k ****KEY**** -s https://lab.code-rove.com/public-nuget-server/nuget
diff --git a/src/infrastructure/Netmash.Infrastructure.DatabaseMigration/Netmash.Infrastructure.DatabaseMigration.csproj b/src/infrastructure/Netmash.Infrastructure.DatabaseMigration/Netmash.Infrastructure.DatabaseMigration.csproj
index 7ad8dc5..183e230 100644
--- a/src/infrastructure/Netmash.Infrastructure.DatabaseMigration/Netmash.Infrastructure.DatabaseMigration.csproj
+++ b/src/infrastructure/Netmash.Infrastructure.DatabaseMigration/Netmash.Infrastructure.DatabaseMigration.csproj
@@ -1,14 +1,15 @@
- net5.0
+ net6.0
Database migration service
https://lab.code-rove.com/gitea/bricks/netmash
https://lab.code-rove.com/gitea/bricks/netmash
Git
Netmash database migration
- 1.1.3
- 1.1.0: From this version the migration service can keep its metadata in the database (SqlServer or Sqlite)
+ 1.2.0
+ 1.1.0: From this version the migration service can keep its metadata in the database (SqlServer or Sqlite)
+1.2.0: .NET 6 upgrade
@@ -29,11 +30,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/src/test/Netmash.Test.Api/Netmash.Test.Api.csproj b/src/test/Netmash.Test.Api/Netmash.Test.Api.csproj
index e21c809..489457f 100644
--- a/src/test/Netmash.Test.Api/Netmash.Test.Api.csproj
+++ b/src/test/Netmash.Test.Api/Netmash.Test.Api.csproj
@@ -1,7 +1,7 @@
- net5.0
+ net6.0