File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
ExportPaperless.PaperlessApi Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1111 </ItemGroup >
1212
1313 <ItemGroup >
14- <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.3.9" />
1514 <PackageReference Include =" Microsoft.Extensions.Http" Version =" 10.0.2" />
1615 <PackageReference Include =" Microsoft.Extensions.Primitives" Version =" 10.0.2" />
1716 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2-
32 <PropertyGroup >
43 <TargetFramework >net10.0</TargetFramework >
54 <ImplicitUsings >enable</ImplicitUsings >
65 <Nullable >enable</Nullable >
76 </PropertyGroup >
87
8+ <ItemGroup >
9+ <PackageReference Include =" Microsoft.AspNetCore.OpenApi" Version =" 10.0.2" />
10+ </ItemGroup >
911 <ItemGroup >
1012 <ProjectReference Include =" ..\ExportPaperless.Domain\ExportPaperless.Domain.csproj" />
1113 <ProjectReference Include =" ..\ExportPaperless.PaperlessApi\ExportPaperless.PaperlessApi.csproj" />
1214 <ProjectReference Include =" ..\ExportPaperless.Services\ExportPaperless.Services.csproj" />
1315 </ItemGroup >
1416
15- <ItemGroup >
16- <PackageReference Include =" Microsoft.AspNetCore.Authorization" Version =" 10.0.2" />
17- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Abstractions" Version =" 2.3.9" />
18- <PackageReference Include =" Microsoft.AspNetCore.Mvc.Core" Version =" 2.3.9" />
19- </ItemGroup >
20-
21-
2217</Project >
You can’t perform that action at this time.
0 commit comments