statiqdev / Statiq.Framework

A flexible and extensible static content generation framework for .NET.
https://statiq.dev/framework
MIT License
425 stars 74 forks source link

Switch out Roslyn core assembly finding #187

Open daveaglick opened 3 years ago

daveaglick commented 3 years ago

Consider using this library instead of trying to get core assemblies directly: https://github.com/jaredpar/basic-reference-assemblies. Once challenge may be figuring out the current runtime so we use the right set of libraries so they're compatible.