diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 6cf141e..7bd5f9f 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "cake.tool": { - "version": "1.1.0", + "version": "2.2.0", "commands": [ "dotnet-cake" ] diff --git a/Cake.DoInDirectory/Cake.DoInDirectory.csproj b/Cake.DoInDirectory/Cake.DoInDirectory.csproj index d843e02..1fe2f8a 100644 --- a/Cake.DoInDirectory/Cake.DoInDirectory.csproj +++ b/Cake.DoInDirectory/Cake.DoInDirectory.csproj @@ -1,7 +1,7 @@ - + - netstandard2.0 + net6.0;net5.0;netcoreapp3.1 true @@ -23,7 +23,7 @@ - + diff --git a/test.cake b/test.cake index 7e37371..6c533ba 100644 --- a/test.cake +++ b/test.cake @@ -1,4 +1,4 @@ -#reference "Cake.DoInDirectory/bin/Release/netstandard2.0/Cake.DoInDirectory.dll" +#reference "Cake.DoInDirectory/bin/Release/net6.0/Cake.DoInDirectory.dll" Setup((ctx) => {