markus / ConvertService / ServiceBase / UnitTest.Markus.Service / UnitTest.Markus.Service.csproj @ c8183702
이력 | 보기 | 이력해설 | 다운로드 (1.26 KB)
1 |
<Project Sdk="Microsoft.NET.Sdk"> |
---|---|
2 |
|
3 |
<PropertyGroup> |
4 |
<!--<TargetFramework>netcoreapp2.2</TargetFramework>--> |
5 |
<TargetFramework>net472</TargetFramework> |
6 |
|
7 |
<IsPackable>false</IsPackable> |
8 |
</PropertyGroup> |
9 |
|
10 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
11 |
<PlatformTarget>AnyCPU</PlatformTarget> |
12 |
</PropertyGroup> |
13 |
|
14 |
<ItemGroup> |
15 |
<PackageReference Include="EntityFramework" Version="6.2.0" /> |
16 |
<PackageReference Include="EntityFramework.ko" Version="6.2.0" /> |
17 |
<PackageReference Include="MarkusDatabase" Version="1.8.0"> |
18 |
<PrivateAssets>all</PrivateAssets> |
19 |
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
20 |
</PackageReference> |
21 |
<PackageReference Include="xunit" Version="2.4.1" /> |
22 |
<PackageReference Include="Xunit.Priority" Version="1.1.5" /> |
23 |
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1"> |
24 |
<PrivateAssets>all</PrivateAssets> |
25 |
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> |
26 |
</PackageReference> |
27 |
</ItemGroup> |
28 |
|
29 |
<ItemGroup> |
30 |
<ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj" /> |
31 |
</ItemGroup> |
32 |
|
33 |
<ItemGroup> |
34 |
<Reference Include="WindowsBase" /> |
35 |
</ItemGroup> |
36 |
|
37 |
</Project> |