Cha0s2nd

Results 4 comments of Cha0s2nd

Hi, They started depreciating it on new environments, existing systems will updated at the cutoff date.

Run it with the exclude paramater "/e" :)

C:\Users\User\Source\Repos\Repo\Source\Project\CrmPackage\spkl\deploy-plugins.bat /e or C:\Users\User\Source\Repos\Repo\Source\Project\packages\spkl\1.0.144\tools\spkl.exe plugins /e It's not in the documents, but it's the exclude param in [CommandLineArgs.cs](https://github.com/scottdurow/SparkleXrm/blob/master/spkl/spkl/CommandLineArgs.cs)

It is possible, but not recommended to use this in a normal c# application. just add <TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion> and <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion> to the project file (.csproj) by using notepad or similar to...