From 41527d6e03b03328016abe85c481c410bf8760e3 Mon Sep 17 00:00:00 2001 From: Michael Schnerring <3743342+schnerring@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:40:02 +0200 Subject: [PATCH] Remove unnecessary reformatting --- .../SwaggerDiscriminatorAttribute.cs | 2 +- .../SwaggerSubTypeAttribute.cs | 2 +- test/WebSites/NswagClientExample/NswagClientExample.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Swashbuckle.AspNetCore.Annotations/SwaggerDiscriminatorAttribute.cs b/src/Swashbuckle.AspNetCore.Annotations/SwaggerDiscriminatorAttribute.cs index 73ffcef63d..ef44fef185 100644 --- a/src/Swashbuckle.AspNetCore.Annotations/SwaggerDiscriminatorAttribute.cs +++ b/src/Swashbuckle.AspNetCore.Annotations/SwaggerDiscriminatorAttribute.cs @@ -12,4 +12,4 @@ public SwaggerDiscriminatorAttribute(string propertyName) public string PropertyName { get; set; } } -} +} \ No newline at end of file diff --git a/src/Swashbuckle.AspNetCore.Annotations/SwaggerSubTypeAttribute.cs b/src/Swashbuckle.AspNetCore.Annotations/SwaggerSubTypeAttribute.cs index ea3adf3901..52bd13e6b4 100644 --- a/src/Swashbuckle.AspNetCore.Annotations/SwaggerSubTypeAttribute.cs +++ b/src/Swashbuckle.AspNetCore.Annotations/SwaggerSubTypeAttribute.cs @@ -14,4 +14,4 @@ public SwaggerSubTypeAttribute(Type subType) public string DiscriminatorValue { get; set; } } -} +} \ No newline at end of file diff --git a/test/WebSites/NswagClientExample/NswagClientExample.csproj b/test/WebSites/NswagClientExample/NswagClientExample.csproj index 6b3282425d..97902433a9 100644 --- a/test/WebSites/NswagClientExample/NswagClientExample.csproj +++ b/test/WebSites/NswagClientExample/NswagClientExample.csproj @@ -1,7 +1,7 @@  - net6.0;net8.0 + net8.0 $([System.IO.Path]::Combine('$(ArtifactsPath)', 'bin', 'Swashbuckle.AspNetCore.Cli', '$(Configuration.ToLower())_$(TargetFramework)')) <_NSwagTool>$(NSwagExe_Net60) <_NSwagTool Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">$(NSwagExe_Net80)