waives / waives.net

The .NET SDK for Waives
https://docs.waives.io/docs/dotnet-sdk-overview
MIT License
0 stars 0 forks source link

Deprecate support for VS 2015 #66

Closed alastairs closed 5 years ago

alastairs commented 5 years ago

VS 2015 does not support versions of .NET Core after 1.1, or .NET Framework after 4.6.2. Our platform support is for .NET Framework 4.7+ and .NET Core 2.0+.

markawightman75 commented 5 years ago

I'm not clear what actually needs doing for this story.

alastairs commented 5 years ago

It's mostly documentation, listing the supported platforms, etc. We also need to ensure the NuGet dependencies are set correctly, so the package cannot be installed on unsupported platforms.