Skip to content

Commit bafd6d6

Browse files
Bump NSwag.MSBuild from 14.1.0 to 14.2.0 (#3250)
* Bump NSwag.MSBuild from 14.1.0 to 14.2.0 Bumps [NSwag.MSBuild](https://github.com/RicoSuter/NSwag) from 14.1.0 to 14.2.0. - [Release notes](https://github.com/RicoSuter/NSwag/releases) - [Changelog](https://github.com/RicoSuter/NSwag/blob/master/CHANGELOG.md) - [Commits](RicoSuter/NSwag@v14.1.0...v14.2.0) --- updated-dependencies: - dependency-name: NSwag.MSBuild dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update _NSwagTool Update _NSwagTool for .NET 8 and 9. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <martin@martincostello.com>
1 parent 5c160b5 commit bafd6d6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2727
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
2828
<PackageVersion Include="NSubstitute" Version="5.3.0" />
29-
<PackageVersion Include="NSwag.MSBuild" Version="14.1.0" />
29+
<PackageVersion Include="NSwag.MSBuild" Version="14.2.0" />
3030
<PackageVersion Include="ReportGenerator" Version="5.4.1" />
3131
<PackageVersion Include="System.Text.Json" Version="4.6.0" />
3232
<PackageVersion Include="Verify.Xunit" Version="28.3.2" />

test/WebSites/NswagClientExample/NswagClientExample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<TargetFrameworks>net9.0;net8.0</TargetFrameworks>
55
<DotNetSwaggerPath>$([System.IO.Path]::Combine('$(ArtifactsPath)', 'bin', 'Swashbuckle.AspNetCore.Cli', '$(Configuration.ToLower())_$(TargetFramework)'))</DotNetSwaggerPath>
6-
<_NSwagTool>$(NSwagExe_Net60)</_NSwagTool>
7-
<_NSwagTool Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">$(NSwagExe_Net80)</_NSwagTool>
6+
<_NSwagTool>$(NSwagExe_Net80)</_NSwagTool>
7+
<_NSwagTool Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))">$(NSwagExe_Net90)</_NSwagTool>
88
</PropertyGroup>
99

1010
<ItemGroup>

0 commit comments

Comments
 (0)