-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProfile65.csproj
More file actions
18 lines (18 loc) · 908 Bytes
/
Profile65.csproj
File metadata and controls
18 lines (18 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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.4"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.4"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.4"/>
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.4"/>
<PackageReference Include="Serilog.AspNetCore" Version="5.0.0"/>
<PackageReference Include="Serilog.Expressions" Version="3.3.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>
</Project>