1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
- <PropertyGroup >
4
- <TargetFramework >net8.0</TargetFramework >
5
- <LangVersion >latest</LangVersion >
6
- <Company >TNG Technology Consulting GmbH</Company >
7
- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
8
- </PropertyGroup >
3
+ <PropertyGroup >
4
+ <TargetFramework >net8.0</TargetFramework >
5
+ <LangVersion >latest</LangVersion >
6
+ <Company >TNG Technology Consulting GmbH</Company >
7
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
8
+ </PropertyGroup >
9
9
10
- <ItemGroup >
11
- <ProjectReference Include =" ..\ArchUnitNET.xUnit\ArchUnitNET.xUnit.csproj" />
12
- <ProjectReference Include =" ..\TestAssembly\TestAssembly.csproj" />
13
- </ItemGroup >
10
+ <ItemGroup >
11
+ <ProjectReference Include =" ..\ArchUnitNET.xUnit\ArchUnitNET.xUnit.csproj" />
12
+ <ProjectReference Include =" ..\TestAssembly\TestAssembly.csproj" />
13
+ </ItemGroup >
14
14
15
- <ItemGroup >
16
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
17
- <PackageReference Include =" xunit" Version =" 2.4.1" />
18
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" />
19
- </ItemGroup >
15
+ <ItemGroup >
16
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
17
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.2" >
18
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19
+ <PrivateAssets >all</PrivateAssets >
20
+ </PackageReference >
21
+ <PackageReference Include =" xunit" Version =" 2.7.1" />
22
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" />
23
+ </ItemGroup >
20
24
21
- <ItemGroup >
22
- <None Update =" Dependencies\cpplib\CppDllTest.dll" >
23
- <CopyToOutputDirectory >Never</CopyToOutputDirectory >
24
- </None >
25
- <None Update =" Domain\PlantUml\zzz_test_version_with_errors.puml" >
26
- <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
27
- </None >
28
- </ItemGroup >
25
+ <ItemGroup >
26
+ <None Update =" Dependencies\cpplib\CppDllTest.dll" >
27
+ <CopyToOutputDirectory >Never</CopyToOutputDirectory >
28
+ </None >
29
+ <None Update =" Domain\PlantUml\zzz_test_version_with_errors.puml" >
30
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
31
+ </None >
32
+ </ItemGroup >
29
33
30
- <ItemGroup >
31
- <Folder Include =" Dependencies\cpplib\" />
32
- </ItemGroup >
34
+ <ItemGroup >
35
+ <Folder Include =" Dependencies\cpplib\" />
36
+ </ItemGroup >
33
37
34
- <ItemGroup >
35
- <Reference Include =" CppDllTest" >
36
- <HintPath >Dependencies\cpplib\CppDllTest.dll</HintPath >
37
- </Reference >
38
- </ItemGroup >
38
+ <ItemGroup >
39
+ <Reference Include =" CppDllTest" >
40
+ <HintPath >Dependencies\cpplib\CppDllTest.dll</HintPath >
41
+ </Reference >
42
+ </ItemGroup >
39
43
40
- </Project >
44
+ </Project >
0 commit comments