-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWMS_API.csproj
More file actions
21 lines (18 loc) · 1.03 KB
/
WMS_API.csproj
File metadata and controls
21 lines (18 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.0.123" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="3.1.23" />
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="3.1.10" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.PlatformAbstractions" Version="1.1.0" />
<PackageReference Include="Npgsql" Version="6.0.4" />
<PackageReference Include="NSwag.AspNetCore" Version="13.15.10" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="3.0" />
<PackageReference Include="Swashbuckle.AspNetCore.swagger" Version="3.0" />
</ItemGroup>
</Project>