-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathprime.csproj
More file actions
106 lines (106 loc) · 7.62 KB
/
Copy pathprime.csproj
File metadata and controls
106 lines (106 loc) · 7.62 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Prime</RootNamespace>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn);1591</NoWarn>
<UserSecretsId>2144bc8e-373b-4888-a0ca-b0ff7798bd81</UserSecretsId>
<Features>$(Features);experimental-data-section-string-literals=0</Features>
</PropertyGroup>
<ItemGroup>
<!-- Addressing vulnerabilities ⬇️ by specifying version explicitly -->
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Features" Version="4.14.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.14.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="8.0.3" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="AspNetCore.HealthChecks.NpgSql" Version="5.0.2" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="CompareNETObjects" Version="4.84.0" />
<PackageReference Include="DelegateDecompiler.EntityFrameworkCore5" Version="0.35.3" />
<PackageReference Include="FluentValidation.AspNetCore" Version="10.4.0" />
<PackageReference Include="Flurl" Version="3.0.7" />
<PackageReference Include="IdentityModel" Version="6.2.0" />
<PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" Version="8.1.11" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11" />
<PackageReference Include="QRCoder" Version="1.6.0" />
<PackageReference Include="RazorEngine.NetCore" Version="3.1.0" />
<PackageReference Include="Sentry" Version="1.2.0" />
<PackageReference Include="Serilog.AspNetCore" Version="4.1.0" />
<PackageReference Include="Serilog.Enrichers.Environment" Version="2.3.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
<PackageReference Include="SharpRaven" Version="2.4.0" />
<PackageReference Include="SimpleBase" Version="3.1.0" />
<PackageReference Include="SoapCore" Version="1.1.0.9" />
<PackageReference Include="Swashbuckle.AspNetCore.Newtonsoft" Version="6.9.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.9.0" />
<PackageReference Include="Wkhtmltopdf.NetCore" Version="5.0.2-preview" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.19" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.19" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.19" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.19" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.7" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Configuration\Database\Resources\com-pharm-terms-v1.html" />
<EmbeddedResource Include="Configuration\Database\Resources\com-pharm-terms-v2.html" />
<EmbeddedResource Include="Configuration\Database\Resources\com-pharm-terms-v3.html" />
<EmbeddedResource Include="Configuration\Database\Resources\ru-access-terms-v1.html" />
<EmbeddedResource Include="Configuration\Database\Resources\ru-access-terms-v2.html" />
<EmbeddedResource Include="Configuration\Database\Resources\ru-access-terms-v3.html" />
<EmbeddedResource Include="Configuration\Database\Resources\ru-access-terms-v4.html" />
<EmbeddedResource Include="Configuration\Database\Resources\ru-access-terms-v5.html" />
<EmbeddedResource Include="Configuration\Database\Resources\obo-access-terms-v1.html" />
<EmbeddedResource Include="Configuration\Database\Resources\obo-access-terms-v2.html" />
<EmbeddedResource Include="Configuration\Database\Resources\obo-access-terms-v3.html" />
<EmbeddedResource Include="Configuration\Database\Resources\obo-access-terms-v4.html" />
<EmbeddedResource Include="Configuration\Database\Resources\obo-access-terms-v5.html" />
<EmbeddedResource Include="Configuration\Database\Resources\com-practice-org-v1.html" />
<EmbeddedResource Include="Configuration\Database\Resources\com-pharmacy-org-v1.html" />
<EmbeddedResource Include="Configuration\Database\Resources\pharmacy-obo-toa-v1.html" />
<EmbeddedResource Include="Configuration\Database\Resources\device-provider-org-v1.html" />
<EmbeddedResource Include="Configuration\Database\Resources\pharmacy-tech-ru-no-obo-toa-v1.html" />
<EmbeddedResource Include="Configuration\Database\Resources\pharmacy-tech-ru-no-obo-toa-v2.html" />
<EmbeddedResource Include="Configuration\Database\Resources\com-pharm-terms-v4.html" />
<EmbeddedResource Include="Configuration\Database\Resources\obo-access-terms-v6.html" />
<EmbeddedResource Include="Configuration\Database\Resources\pharmacy-obo-toa-v2.html" />
<EmbeddedResource Include="Configuration\Database\Resources\pharmacy-tech-ru-no-obo-toa-v3.html" />
<EmbeddedResource Include="Configuration\Database\Resources\ru-access-terms-v6.html" />
<EmbeddedResource Include="Configuration\Database\Resources\com-practice-org-v2.html" />
<EmbeddedResource Include="Configuration\Database\Resources\com-pharmacy-org-v2.html" />
<EmbeddedResource Include="Configuration\Database\Resources\device-provider-org-v2.html" />
<EmbeddedResource Include="Configuration\Database\Resources\lpn-toa-v1.html" />
<EmbeddedResource Include="Configuration\Database\Resources\com-practice-org-v3.html" />
<EmbeddedResource Include="Configuration\Database\Resources\com-pharmacy-org-v3.html" />
<EmbeddedResource Include="Configuration\Database\Resources\com-pharmacy-org-v4.html" />
<EmbeddedResource Include="Configuration\Database\Resources\device-provider-org-v3.html" />
<EmbeddedResource Include="Configuration\Database\Resources\device-provider-ru-toa-v1.html" />
<EmbeddedResource Include="Configuration\Database\Resources\device-provider-obo-toa-v1.html" />
</ItemGroup>
<ItemGroup>
<None Update="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Resources\wkhtmltopdf\Linux\wkhtmltopdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Resources\wkhtmltopdf\Mac\wkhtmltopdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Resources\wkhtmltopdf\Windows\wkhtmltopdf.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>