2023-03-23 12:31:21 +07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<RootNamespace>BMA.EHR.Recurit.Exam.Service</RootNamespace>
|
|
|
|
|
<UserSecretsId>a9bf3206-d872-43ec-8e64-857ab15cf89f</UserSecretsId>
|
|
|
|
|
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
|
|
|
|
<DockerfileContext>.</DockerfileContext>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
<NoWarn>1701;1702;1591;0436;</NoWarn>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
|
<NoWarn>1701;1702;1591;0436;</NoWarn>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'dotnet' " />
|
|
|
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'http' " />
|
|
|
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'https' " />
|
|
|
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'https-api' " />
|
|
|
|
|
<ItemGroup>
|
2023-03-31 12:11:23 +07:00
|
|
|
<PackageReference Include="AWSSDK.S3" Version="3.7.103.39" />
|
2023-03-23 12:31:21 +07:00
|
|
|
<PackageReference Include="BMA.EHR.Core" Version="1.0.0" />
|
|
|
|
|
<PackageReference Include="BMA.EHR.Extensions" Version="1.0.1" />
|
2023-04-29 10:26:03 +07:00
|
|
|
<PackageReference Include="BouncyCastle.NetCore" Version="1.9.0" />
|
2023-03-23 12:31:21 +07:00
|
|
|
<PackageReference Include="EPPlus" Version="6.1.3" />
|
|
|
|
|
<PackageReference Include="EPPlus.Interfaces" Version="6.1.1" />
|
|
|
|
|
<PackageReference Include="EPPlus.System.Drawing" Version="6.1.1" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Antiforgery" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.4" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Analyzers" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.ApiExplorer" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Cors" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.DataAnnotations" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Localization" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.4" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions" Version="6.0.15" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.RazorPages" Version="2.2.5" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.TagHelpers" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning" Version="5.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Versioning.ApiExplorer" Version="5.0.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.4" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.4">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.17.0" />
|
|
|
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="7.0.0" />
|
2023-04-29 10:26:03 +07:00
|
|
|
<PackageReference Include="Sentry.AspNetCore" Version="3.30.0" />
|
2023-03-23 12:31:21 +07:00
|
|
|
<PackageReference Include="Serilog" Version="2.12.0" />
|
|
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="6.1.0" />
|
|
|
|
|
<PackageReference Include="Serilog.Enrichers.Environment" Version="2.2.0" />
|
|
|
|
|
<PackageReference Include="Serilog.Exceptions" Version="8.4.0" />
|
|
|
|
|
<PackageReference Include="Serilog.Extensions.Hosting" Version="5.0.1" />
|
|
|
|
|
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
|
|
|
|
|
<PackageReference Include="Serilog.Formatting.Compact" Version="1.1.0" />
|
|
|
|
|
<PackageReference Include="Serilog.Formatting.Elasticsearch" Version="9.0.0" />
|
|
|
|
|
<PackageReference Include="Serilog.Settings.Configuration" Version="3.4.0" />
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.Debug" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.Elasticsearch" Version="9.0.0" />
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="3.1.0" />
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
|
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.5.0" />
|
|
|
|
|
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
|
|
|
|
|
<PackageReference Include="System.Security.Cryptography.Xml" Version="7.0.1" />
|
|
|
|
|
<PackageReference Include="System.Xml.ReaderWriter" Version="4.3.1" />
|
|
|
|
|
<PackageReference Include="System.Xml.XDocument" Version="4.3.0" />
|
|
|
|
|
<PackageReference Include="System.Xml.XmlDocument" Version="4.3.0" />
|
|
|
|
|
<PackageReference Include="System.Xml.XPath" Version="4.3.0" />
|
|
|
|
|
<PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" />
|
2023-04-10 16:28:05 +07:00
|
|
|
<!-- <PackageReference Include="Telerik.Reporting" Version="15.1.21.616" /> -->
|
2023-03-23 12:31:21 +07:00
|
|
|
</ItemGroup>
|
2023-03-29 20:44:39 +07:00
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="SeedPeriodExam.xlsx">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="SeedPerson.xlsx">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
2023-03-23 12:31:21 +07:00
|
|
|
|
2023-05-02 16:27:43 +07:00
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="Templates\ExamList.xlsx">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="Templates\PassAExamList.xlsx">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="Templates\PassExamList.xlsx">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-03-23 12:31:21 +07:00
|
|
|
</Project>
|