-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFCMS_RUDA.csproj
31 lines (26 loc) · 1.35 KB
/
FCMS_RUDA.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
26
27
28
29
30
31
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<CopyRefAssembliesToPublishDirectory>false</CopyRefAssembliesToPublishDirectory>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<AnalysisLevel>preview</AnalysisLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningLevel>5</WarningLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.22" />
<PackageReference Include="Microsoft.AspNetCore.Session" Version="2.2.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.5" />
<PackageReference Include="MimeKit" Version="3.4.2" />
<PackageReference Include="NETCore.MailKit" Version="2.1.0" />
<PackageReference Include="RestSharp" Version="108.0.1" />
<PackageReference Include="SmartBreadcrumbs" Version="3.6.1" />
<PackageReference Include="SSH.NET" Version="2020.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\com.ruda.Efile.BusinessLogic\com.ruda.Efile.BusinessLogic.csproj" />
<ProjectReference Include="..\com.ruda.Efile.DAL\com.ruda.Efile.DAL.csproj" />
<ProjectReference Include="..\com.ruda.Efile.Domain\com.ruda.Efile.Domain.csproj" />
</ItemGroup>
</Project>