-
Notifications
You must be signed in to change notification settings - Fork 0
/
Scandium.csproj
executable file
·19 lines (19 loc) · 1006 Bytes
/
Scandium.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3"/>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.8"/>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.6"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.8"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.8"/>
<PackageReference Include="FastEndpoints" Version="5.0.0"/>
<PackageReference Include="FastEndpoints.Swagger" Version="5.0.0"/>
<PackageReference Include="FluentValidation" Version="11.2.1"/>
<PackageReference Include="FastEndpoints.Security" Version="5.0.0"/>
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0"/>
</ItemGroup>
</Project>