AspNetCore.Client icon indicating copy to clipboard operation
AspNetCore.Client copied to clipboard

Updates so net6.0 will work

Open Beffyman opened this issue 2 years ago • 0 comments

  • Fix MSBuild target and Task (no more dual Tasks)
  • Add support for global using statements
  • Update Nuke.Build
  • Update Flurl to 3.0
  • Remove MessagePack and protobuf packages, implementation is dependent on user
  • Fix enumerable query parameters from erroring if null due to missing ?.
  • Fix obsolete attribute with no string
  • Update to net6.0 packages

Beffyman avatar May 10 '22 03:05 Beffyman