jamesstill / ScheduleWidget.Core

Scheduling engine to create recurring events for calendars
15 stars 8 forks source link

Upgrade Packages & Multitarget Project #4

Closed anwarjaved closed 5 years ago

anwarjaved commented 5 years ago

Target netstandard2.0 instead of .NetCoreApp Multitargetting .NET 4.5 .NET 4.6 & .NET 4.7

anwarjaved commented 5 years ago

Closing Pull Request as we don't need this PR instead we just need old package upgrade

mnieto commented 4 years ago

Why do not set the TargetFramework to netstandard2.0 in ScheduleWidget.csproj?

In this way, the library can be used by net core and net framework. Targeting to netcoreapp will force to use only with net core applications, and use the old ScheduleWidget for the rest.