diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000000000000000000000000000000000000..a258f6520d375caeeeb25e2380c84b510aea85ed --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "gitversion.tool": { + "version": "5.11.1", + "commands": [ + "dotnet-gitversion" + ] + }, + "dotnet-version-cli": { + "version": "2.3.1", + "commands": [ + "dotnet-version" + ] + } + } +} \ No newline at end of file diff --git a/src/GraphDeployer/GraphDeployer.csproj b/src/GraphDeployer/GraphDeployer.csproj index c0154262db6d7a737c14354ff83785df7af360ec..815f112a4e1a7aa7b6a17819806146170f596fd5 100644 --- a/src/GraphDeployer/GraphDeployer.csproj +++ b/src/GraphDeployer/GraphDeployer.csproj @@ -1,4 +1,4 @@ -<Project Sdk="Microsoft.NET.Sdk"> +<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> @@ -7,7 +7,7 @@ <AssemblyName>Coscine.GraphDeployer</AssemblyName> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> - <Version>1.1.1</Version> + <Version>1.2.4</Version> </PropertyGroup> <PropertyGroup>