Skip to content

Commit

Permalink
Remove unnecessary reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
schnerring committed Sep 1, 2024
1 parent 78761fb commit 41527d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ public SwaggerDiscriminatorAttribute(string propertyName)

public string PropertyName { get; set; }
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ public SwaggerSubTypeAttribute(Type subType)

public string DiscriminatorValue { get; set; }
}
}
}
2 changes: 1 addition & 1 deletion test/WebSites/NswagClientExample/NswagClientExample.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<DotNetSwaggerPath>$([System.IO.Path]::Combine('$(ArtifactsPath)', 'bin', 'Swashbuckle.AspNetCore.Cli', '$(Configuration.ToLower())_$(TargetFramework)'))</DotNetSwaggerPath>
<_NSwagTool>$(NSwagExe_Net60)</_NSwagTool>
<_NSwagTool Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">$(NSwagExe_Net80)</_NSwagTool>
Expand Down

0 comments on commit 41527d6

Please sign in to comment.