microsoft / Trill

Trill is a single-node query processor for temporal or streaming data.
MIT License
1.24k stars 133 forks source link

NET 5.0 Support #155

Closed Chaycej closed 2 years ago

Chaycej commented 2 years ago

Currently NET 5.0 isn't a supported target framework since it doesn't get recognized as a .Net Core framework due to the framework description not having "Core" in its name. This causes Net Framework assembly references to be used instead of Net Core, and leads to an error when compiling generated source code.