HighwayFramework / Highway.Data

The fastest and smoothest way to great architecture
http://hwyfwk.com
MIT License
72 stars 30 forks source link

Update .Net Framework and Package Versions #132

Closed ericburcham closed 1 year ago

ericburcham commented 1 year ago

This pull request accomplishes three things:

  1. .Net Framework 4.5 is out of support and is now difficult to even install on a development machine. I have updated to 4.6.2, which is the oldest version still supported. These changes affect package assemblies.
  2. Several of the nuget packages in the solution have vulnerabilities through their transient dependencies. These have been updated to the latest version. These changes only affect test projects.
  3. The "cake.tool" dotnet tool is updated to the latest version.

All project unit and integration tests still pass, and the dotnet cake tasks still pass as well.