horsdal / Nancy.Linker

Simple URI builder for named Nancy routes
MIT License
13 stars 2 forks source link

Support for .NET Core? #16

Open sakopov opened 7 years ago

sakopov commented 7 years ago

Just wondering if this is planned?

horsdal commented 7 years ago

It is. At the latest when Nancy 2.0 comes out of pre-release

bloritsch commented 6 years ago

Should be doable by compiling against .NetStandard. Might have to make changes to your project file and use PackageReference for your Nuget dependencies. Updating to the new project type will also make it dead easy to generate your nuget packages. Win win win.