aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Jellyfin.Api.csproj
diff options
context:
space:
mode:
authorZoltan Csizmadia <zcsizmadia@gmail.com>2023-02-04 11:15:08 -0600
committerGitHub <noreply@github.com>2023-02-04 10:15:08 -0700
commite0519189b25bc4605889e46d9583fea9aef41732 (patch)
tree8bbd00ec026113f0526144d3b36594d14314bc9f /Jellyfin.Api/Jellyfin.Api.csproj
parent5612091df3f496960ef4cad6e94ff821a02173cf (diff)
Use Directory.Packages.props (#9135)
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
Diffstat (limited to 'Jellyfin.Api/Jellyfin.Api.csproj')
-rw-r--r--Jellyfin.Api/Jellyfin.Api.csproj16
1 files changed, 8 insertions, 8 deletions
diff --git a/Jellyfin.Api/Jellyfin.Api.csproj b/Jellyfin.Api/Jellyfin.Api.csproj
index 45725ec3e..a8a44fd3e 100644
--- a/Jellyfin.Api/Jellyfin.Api.csproj
+++ b/Jellyfin.Api/Jellyfin.Api.csproj
@@ -13,10 +13,10 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="7.0.2" />
- <PackageReference Include="Microsoft.Extensions.Http" Version="7.0.0" />
- <PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
- <PackageReference Include="Swashbuckle.AspNetCore.ReDoc" Version="6.4.0" />
+ <PackageReference Include="Microsoft.AspNetCore.Authorization" />
+ <PackageReference Include="Microsoft.Extensions.Http" />
+ <PackageReference Include="Swashbuckle.AspNetCore" />
+ <PackageReference Include="Swashbuckle.AspNetCore.ReDoc" />
</ItemGroup>
<ItemGroup>
@@ -27,13 +27,13 @@
<!-- Code Analyzers-->
<ItemGroup Condition=" '$(Configuration)' == 'Debug' ">
- <PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers" Version="3.3.4">
+ <PackageReference Include="Microsoft.CodeAnalysis.BannedApiAnalyzers">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
- <PackageReference Include="SerilogAnalyzer" Version="0.15.0" PrivateAssets="All" />
- <PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435" PrivateAssets="All" />
- <PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer" Version="1.1.31" PrivateAssets="All" />
+ <PackageReference Include="SerilogAnalyzer" PrivateAssets="All" />
+ <PackageReference Include="StyleCop.Analyzers" PrivateAssets="All" />
+ <PackageReference Include="SmartAnalyzers.MultithreadingAnalyzer" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>