Scripty icon indicating copy to clipboard operation
Scripty copied to clipboard

Not working on .net standard?

Open JCKodel opened this issue 8 years ago • 2 comments

Tried to add a .csx on a .net standard 1.4 project (.net fx 4.6 or .net core 1.0), but nothing works (nor any error message or dialog is displayed)

A .net standard .csproj have only this content:

netstandard1.4

JCKodel avatar Jul 25 '17 20:07 JCKodel

Due to dependencies, this project only works with the full .Net Framework with the MSBuild that comes with the SDK.

Echo-8-ERA avatar Jul 26 '17 12:07 Echo-8-ERA

Could you try the solution proposed in https://github.com/aspnet/Tooling/issues/394#issuecomment-334683472

koustubhmoharir avatar Jun 17 '18 19:06 koustubhmoharir