madskristensen / WebEssentials.AspNetCore.ServiceWorker

Other
339 stars 61 forks source link

#97 Use Package Reference to simplify packages #98

Closed thompson-tomo closed 9 months ago

thompson-tomo commented 9 months ago

The Package now targets netstandard2.0 & netcoreapp3.0. Each framework has different dependencies with the main difference being netcoreapp 3.0 use a framework reference to eliminates the need for all of the existing packages but has had to add a non transitant reference for newtonsoft.

Closes: #97