alphagov / notifications-net-client

.NET client for the GOV.UK Notify API
https://www.nuget.org/packages/GovukNotify/
MIT License
25 stars 20 forks source link

Bump target .NET (Core) version to 6 #157

Closed benthorner closed 2 years ago

benthorner commented 2 years ago

https://www.pivotaltracker.com/story/show/181753597

This moves us from the old world of .NET Core and .NET Standard to the new, unifired ".NET". See the first commit for more details.

I've also added another commit to loosen some of the dependency upper version limits - these are still useful but were out-of-date.

Like ^1 this is a major change in the sense that anyone still working on projects in older, unsupported incarnations of .NET will have to pin and older version of this package and won't get future updates.

How to test

Due to the change in appveyor.txt this needs to be tested by manually overriding the reference to it in Appveyor - same as in ^1.