web-push-libs / web-push-csharp

Web Push library for C#
Mozilla Public License 2.0
429 stars 108 forks source link

.NETStandard 2.0 not supported #87

Closed idoshin4 closed 10 months ago

idoshin4 commented 3 years ago

After I delete Visual studio 2019, when the trial has been over, There is no option to download .NETstandard anymore from the network so the project can't be built anymore due to the dependencies. Please provide a solution for this.

coryjthompson commented 10 months ago

You should be able to simply install a .NET SDK for a version compatible with .NET standard 2.0

https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0