diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json
new file mode 100644
index 0000000000000000000000000000000000000000..952d361b7260d2209a0308fe8b6221679099ffa6
--- /dev/null
+++ b/.config/dotnet-tools.json
@@ -0,0 +1,18 @@
+{
+  "version": 1,
+  "isRoot": true,
+  "tools": {
+    "gitversion.tool": {
+      "version": "5.6.4",
+      "commands": [
+        "dotnet-gitversion"
+      ]
+    },
+    "dotnet-version-cli": {
+      "version": "2.1.1",
+      "commands": [
+        "dotnet-version"
+      ]
+    }
+  }
+}
\ No newline at end of file
diff --git a/src/Logging/Logging.csproj b/src/Logging/Logging.csproj
index 908b5583accea9f601c024e8d7327ac2c2783300..1a9be1fadffe2e3777a9bf82f45bce84ff7097e0 100644
--- a/src/Logging/Logging.csproj
+++ b/src/Logging/Logging.csproj
@@ -1,10 +1,10 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 	<PropertyGroup>
 		<OutputType>Library</OutputType>
 		<RootNamespace>Coscine.Logging</RootNamespace>
 		<AssemblyName>Coscine.Logging</AssemblyName>
 		<TargetFrameworks>net5.0;net461</TargetFrameworks>
-	</PropertyGroup>
+	<Version>1.3.0</Version></PropertyGroup>
 	<PropertyGroup>
 		<SignAssembly>true</SignAssembly>
 	</PropertyGroup>