File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <Version >6.2 .0</Version >
3+ <Version >6.3 .0</Version >
44 <TargetFrameworks >netcoreapp3.1;net5.0</TargetFrameworks >
55 <AssemblyName >Hellang.Middleware.ProblemDetails</AssemblyName >
66 <RootNamespace >Hellang.Middleware.ProblemDetails</RootNamespace >
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ namespace Hellang.Middleware.ProblemDetails
1212{
1313 public class ProblemDetailsOptions
1414 {
15- public const string DefaultTraceIdPropertyName = "traceId" ;
1615 public const string DefaultExceptionDetailsPropertyName = "exceptionDetails" ;
16+ public const string DefaultTraceIdPropertyName = "traceId" ;
1717
1818 public ProblemDetailsOptions ( )
1919 {
You can’t perform that action at this time.
0 commit comments