diff --git a/Rest.Net/Rest.Net.csproj b/Rest.Net/Rest.Net.csproj index 6b5df79..4805ea3 100644 --- a/Rest.Net/Rest.Net.csproj +++ b/Rest.Net/Rest.Net.csproj @@ -18,7 +18,7 @@ MontoyaTech.Rest.Net True 1.1.0 - Optimized and fixed bugs within the route matcher. Changed argument matching to support segments after the argument for more complex routes. + Upgraded project to DotNet 6 and added an exception catch around the main listener thread to prevent crashes where the entire Reset service goes down.