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