diff --git a/src/Migrations.Tests/Migrations.Tests.csproj b/src/Migrations.Tests/Migrations.Tests.csproj
index a90a787160f5020240a2979c9722da58f69df03d..876171680cf03a4927748960b9c3abc894b51deb 100644
--- a/src/Migrations.Tests/Migrations.Tests.csproj
+++ b/src/Migrations.Tests/Migrations.Tests.csproj
@@ -4,7 +4,7 @@
 		<RootNamespace>Migrations.Tests</RootNamespace>
 		<AssemblyName>Migrations.Tests</AssemblyName>
 		<TargetFramework>net6.0</TargetFramework>
-		<Version>2.17.0</Version>
+		<Version>2.18.0</Version>
 	</PropertyGroup>
 	<ItemGroup>
 		<ProjectReference Include="..\Migrations\Migrations.csproj" />
diff --git a/src/Migrations/Migrations.csproj b/src/Migrations/Migrations.csproj
index 5b7886e86c4644bb25d82cd9cb03a862ee35751f..cf59dc4d0d94d2672520826d3b13b07ea9d02ada 100644
--- a/src/Migrations/Migrations.csproj
+++ b/src/Migrations/Migrations.csproj
@@ -4,7 +4,7 @@
 		<RootNamespace>Coscine.Migrations</RootNamespace>
 		<AssemblyName>Coscine.Migrations</AssemblyName>
 		<TargetFramework>net6.0</TargetFramework>
-		<Version>2.17.0</Version>
+		<Version>2.18.0</Version>
 	</PropertyGroup>
 	
 	<PropertyGroup>
diff --git a/src/Migrator/Migrator.csproj b/src/Migrator/Migrator.csproj
index 0ee08df651968e2809bf69c483e5b682045d189d..4ed3f94f20f65d778dd09ce53db32b20ec48379e 100644
--- a/src/Migrator/Migrator.csproj
+++ b/src/Migrator/Migrator.csproj
@@ -1,10 +1,10 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 	<PropertyGroup>
 		<OutputType>Exe</OutputType>
 		<RootNamespace>Coscine.Migration</RootNamespace>
 		<AssemblyName>Coscine.Migrator</AssemblyName>
 		<TargetFramework>net6.0</TargetFramework>
-		<Version>2.17.0</Version>
+		<Version>2.18.0</Version>
 	</PropertyGroup>
 	<ItemGroup>
 		<ProjectReference Include="..\Migrations\Migrations.csproj" />