Skip to content
Snippets Groups Projects
Unverified Commit 29e192f2 authored by Zoltan Csizmadia's avatar Zoltan Csizmadia Committed by GitHub
Browse files

Migrate to .NET 8 (#5887)


* Change TargetFramework to net8.0

* Disable info messages

* Fix warings

* Disable additional analyzer messages

* Fix typo

* Add whitespace

* Fix ref vs in warnings

* Use explicit [In] on array parameters

* No need to guard Remove with Contains

* Use 'ArgumentOutOfRangeException.ThrowIf...' instead of explicitly throwing a new exception instance

* Bump .NET SDK version

* Enable JsonSerializerIsReflectionEnabledByDefault

* Use 8.0.100 GA release

* Bump System package versions

---------

Co-authored-by: default avatarZoltan Csizmadia <Zoltan.Csizmadia@vericast.com>
parent 5b3662b7
No related merge requests found
Showing
with 68 additions and 50 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment