Scripty
Scripty copied to clipboard
Not working on .net standard?
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:
Due to dependencies, this project only works with the full .Net Framework with the MSBuild that comes with the SDK.
Could you try the solution proposed in https://github.com/aspnet/Tooling/issues/394#issuecomment-334683472