Skip to content

Commit

Permalink
Use upper limit for .NET 4.x, revert #4642
Browse files Browse the repository at this point in the history
  • Loading branch information
i-moonlight committed Dec 15, 2023
1 parent c024cc7 commit 53907f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/NSwag.Commands/NSwag.Commands.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.7" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.ApiExplorer" Version="2.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.1.18" />
<PackageReference Include="Microsoft.AspNetCore" Version="[2.1.7, 2.2)" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="[2.1.1, 2.2)" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.ApiExplorer" Version="[2.1.3, 2.2)" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="[2.1.18, 2.2)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 53907f1

Please sign in to comment.