-
Notifications
You must be signed in to change notification settings - Fork 0
/
SerwisConsole.csproj
25 lines (20 loc) · 1.08 KB
/
SerwisConsole.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UserSecretsId>e994dec0-6c6d-4a11-bdb9-75bc887a64e8</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<None Include="Properties\PublishProfiles\covidapp120 - Web Deploy.pubxml.user" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IdentityModel" Version="4.5.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.15.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.9" />
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="5.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.9" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.24.0" />
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" />
<PackageReference Include="Serilog.Sinks.ApplicationInsights" Version="3.1.0" />
</ItemGroup>
</Project>