riskfirst / riskfirst.hateoas

Powerful HATEOAS functionality for .NET web api
MIT License
78 stars 25 forks source link

Upgrade project to .NET 7; drop .net standard 4.7.2 #50

Closed JMontagu closed 1 year ago

JMontagu commented 1 year ago

This PR upgrades the nuget package to v4.0.0 (as only targeting dotnetstandard could be a breaking change)

Package users will now only require Microsoft.AspNetCore.Mvc.Core which should reduce a lot of security noise.

Also remove a lot of junk files, rebuild sln file — and include a Github Action to build and test all PR's.