przbadu / NepaliDateConverter.Net

C# Class library for nepali date converter, with NUnit testing framework
https://www.nuget.org/packages/NepaliDateConverter.Net
MIT License
3 stars 3 forks source link

Port to .NET standard 2.0 #2

Open iAmBipinPaul opened 5 years ago

iAmBipinPaul commented 5 years ago

Hi , I have updated project to new csproj using this tools https://github.com/hvanbakel/CsprojToVs2017 and update target version to the .net standard 2.0 so that it can be used by any .net run-time that supports .NET Standard 2.0 (.NET Core , Mono , Full .NET framework )

iAmBipinPaul commented 5 years ago

All the test cases are passing https://travis-ci.com/iAmBipinPaul/NepaliDateConverter.Net/builds/111672489