cake-contrib / Cake_Git

Cake AddIn that extends Cake with Git features using LibGit2 and LibGit2Sharp
https://cakebuild.net/extensions/cake-git
Other
39 stars 64 forks source link

missing netstandard #74

Open tajamal opened 6 years ago

tajamal commented 6 years ago

I'm getting following error with new version on my build server (teamcity). But version 0.18.0 seems to work flawless.

my build.cake file includes nuget packages:

tool nuget:?package=OctopusTools&version=4.21.0

tool nuget:?package=GitVersion&version=3.6.5

tool "nuget:?package=GitVersion.CommandLine"

addin nuget:?package=Cake.Git&version=0.18.0

tools\Addins\Cake.Git.0.19.0\lib\net461\Cake.Git.dll (missing netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51) tools\Addins\Cake.Git.0.19.0\lib\net461\LibGit2Sharp.dll (missing netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51)

devlead commented 6 years ago

@tajamal this likely to an old version of .NET Framework on the buildserver, updating Windows with the newer .NET version will likely i.e. the latest supported which is 4.7.2 https://www.microsoft.com/net/download/dotnet-framework-runtime