1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
- <PropertyGroup >
3
- <TargetFramework >$(TargetFrameworkForUnitTest)-windows</TargetFramework >
4
- <ExtrasEnableWpfProjectSetup >true</ExtrasEnableWpfProjectSetup >
5
- </PropertyGroup >
6
- <ItemGroup >
7
- <ProjectReference Include =" ..\Framework\Pattern\Pattern.csproj" />
8
- <ProjectReference Include =" ..\Framework\Service.Abstraction\Service.Abstraction.csproj" />
9
- <ProjectReference Include =" ..\Framework\Wpf\Wpf.csproj" />
10
- <ProjectReference Include =" ..\Logic.Abstraction.DTO\Logic.Abstraction.DTO.csproj" />
11
- <ProjectReference Include =" ..\Logic.Abstraction\Logic.Abstraction.csproj" />
12
- <ProjectReference Include =" ..\Service.Abstraction\Service.Abstraction.csproj" />
13
- <ProjectReference Include =" ..\WpfClient\WpfClient.csproj" />
14
- </ItemGroup >
15
- <ItemGroup >
16
- <PackageReference Include =" FluentAssertions" >
17
- <Version >7.0.0</Version >
18
- </PackageReference >
19
- <PackageReference Include =" NSubstitute" >
20
- <Version >5.3.0</Version >
21
- </PackageReference >
22
- <PackageReference Include =" xunit" >
23
- <Version >2.9.2</Version >
24
- </PackageReference >
25
- <PackageReference Include =" xunit.runner.visualstudio" >
26
- <Version >3.0.0</Version >
27
- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
28
- <PrivateAssets >all</PrivateAssets >
29
- </PackageReference >
30
- </ItemGroup >
2
+ <PropertyGroup >
3
+ <TargetFramework >$(TargetFrameworkForUnitTest)-windows</TargetFramework >
4
+ <ExtrasEnableWpfProjectSetup >true</ExtrasEnableWpfProjectSetup >
5
+ </PropertyGroup >
6
+ <ItemGroup >
7
+ <ProjectReference Include =" ..\Framework\Pattern\Pattern.csproj" />
8
+ <ProjectReference Include =" ..\Framework\Service.Abstraction\Service.Abstraction.csproj" />
9
+ <ProjectReference Include =" ..\Framework\UnitTest\UnitTest.csproj" />
10
+ <ProjectReference Include =" ..\Framework\Wpf\Wpf.csproj" />
11
+ <ProjectReference Include =" ..\Logic.Abstraction.DTO\Logic.Abstraction.DTO.csproj" />
12
+ <ProjectReference Include =" ..\Logic.Abstraction\Logic.Abstraction.csproj" />
13
+ <ProjectReference Include =" ..\Service.Abstraction\Service.Abstraction.csproj" />
14
+ <ProjectReference Include =" ..\WpfClient\WpfClient.csproj" />
15
+ </ItemGroup >
16
+ <ItemGroup >
17
+ <PackageReference Include =" xunit.v3" Version =" 1.0.1" />
18
+ <PackageReference Include =" xunit.runner.visualstudio" >
19
+ <Version >3.0.1</Version >
20
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
21
+ <PrivateAssets >all</PrivateAssets >
22
+ </PackageReference >
23
+ </ItemGroup >
31
24
</Project >
0 commit comments