-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi.csproj
23 lines (23 loc) · 1.44 KB
/
api.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<UserSecretsId>420d3991-9420-4e16-94cb-1fbfe19d8f55</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EFCore.NamingConventions" Version="6.0.0"/>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.3"/>
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.3"/>
<PackageReference Include="Microsoft.AspNetCore.SpaServices" Version="3.1.23"/>
<PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="6.0.3"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.3"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.3"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.3"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.3"/>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.2"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.3"/>
<PackageReference Include="RestSharp" Version="107.3.0"/>
<PackageReference Include="SimpleInjector" Version="5.3.3"/>
<PackageReference Include="SimpleInjector.Integration.AspNetCore.Mvc" Version="5.3.0"/>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.3.0"/>
</ItemGroup>
</Project>