antlr / antlrcs

The C# port of ANTLR 3, StringTemplate 3, and StringTemplate 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support portable-net45

jeremymeng opened this issue · comments

According to https://oren.codes/2015/07/29/targeting-net-core/, class libraries using Profile 259 can run on CoreClr as-is. It is as easy as copying the existing portable-40 csproj, and changing it to target Profile 259.

I split this into two issues. The request to support .NET Core is now a separate issue #42.