daveaglick / Scripty

Tools to let you use Roslyn-powered C# scripts for code generation
MIT License
621 stars 69 forks source link

Bump .NetFramework Version #107

Open ry8806 opened 7 years ago

ry8806 commented 7 years ago

I was wondering if bumping the .Net Framework version (i believe the .exe that's downloaded when you install Scripty via NuGet is v4.0) Would bumping this to v4.5 allow us to start referencing .NetCore .dlls? Looking at the following grid: https://github.com/dotnet/standard/blob/master/docs/versions.md we might be able to start referencing .Net Standard 1.0

This looks like it might partially solve issue #50 for some users too?