diff options
author | crupest <crupest@outlook.com> | 2022-12-03 18:58:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-03 18:58:55 +0800 |
commit | 3cc9af427023a1c96bb7f168a895f5fcf9a71ac8 (patch) | |
tree | e159e6f0ddde469e9aa586cf8fe7ba6d713e994c /BackEnd/Timeline/Timeline.csproj | |
parent | 87470ea5fa501d678ac88a909a04227475393661 (diff) | |
parent | f8d028dfaacf332638a16abeb6b98853232c5bb3 (diff) | |
download | timeline-3cc9af427023a1c96bb7f168a895f5fcf9a71ac8.tar.gz timeline-3cc9af427023a1c96bb7f168a895f5fcf9a71ac8.tar.bz2 timeline-3cc9af427023a1c96bb7f168a895f5fcf9a71ac8.zip |
Merge pull request #1353 from crupest/renovate/nswag-monorepo
chore(deps): update dependency nswag.aspnetcore to v13.18.0
Diffstat (limited to 'BackEnd/Timeline/Timeline.csproj')
-rw-r--r-- | BackEnd/Timeline/Timeline.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Timeline.csproj b/BackEnd/Timeline/Timeline.csproj index 387303e9..dbadf461 100644 --- a/BackEnd/Timeline/Timeline.csproj +++ b/BackEnd/Timeline/Timeline.csproj @@ -45,7 +45,7 @@ <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="NSwag.AspNetCore" Version="13.17.0" />
+ <PackageReference Include="NSwag.AspNetCore" Version="13.18.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
</ItemGroup>
|