MindscapeHQ / raygun4net

Raygun provider for .NET
https://raygun.com
MIT License
126 stars 93 forks source link

Fixed global.json file to minor versions and no pre-releases #486

Closed phillip-haydon closed 1 year ago

phillip-haydon commented 1 year ago

Version was causing Rider to use .NET 8 as it didn't understand the Version

https://learn.microsoft.com/en-us/dotnet/core/tools/global-json

Changed to specify v6 and allow any Minor version, but disallow pre-releases.