tonerdo / readline

A Pure C# GNU-Readline like library for .NET/.NET Core
MIT License
810 stars 77 forks source link

Add support for .NET Framework 4.5.2 #11

Closed Guad closed 7 years ago

Guad commented 7 years ago

Simple change requested by #10 Tested this on another project of mine and worked fine.

Guad commented 7 years ago

Now that you mention it, using net45 makes dotnet pack spew an omnious Object reference not set to an instance of an object.. Changing it to net452 fixes it

tonerdo commented 7 years ago

@Guad run a dotnet restore before dotnet pack it'll get rid of the error

Guad commented 7 years ago

@tsolarin Right, works fine then.

tonerdo commented 7 years ago

@Guad Thank you!!! This will be going out in the next release /cc @sergiorykov