File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2-
32 <PropertyGroup >
43 <TargetFramework >net8.0</TargetFramework >
54 <ImplicitUsings >enable</ImplicitUsings >
65 <Nullable >enable</Nullable >
7-
86 <IsPackable >false</IsPackable >
97 <IsTestProject >true</IsTestProject >
108 </PropertyGroup >
119
1210 <ItemGroup >
13- <PackageReference Include =" coverlet.collector" Version =" 6.0.0" />
14- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0" />
11+ <PackageReference Include =" coverlet.msbuild" Version =" 6.0.2" >
12+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13+ <PrivateAssets >all</PrivateAssets >
14+ </PackageReference >
15+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.0" />
1516 <PackageReference Include =" Moq" Version =" 4.20.72" />
1617 <PackageReference Include =" NUnit" Version =" 3.14.0" />
1718 <PackageReference Include =" NUnit.Analyzers" Version =" 3.9.0" />
1819 <PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" />
1920 </ItemGroup >
2021
2122 <ItemGroup >
22- <ProjectReference Include =" ..\NetSdrClientApp\NetSdrClientApp .csproj" />
23+ <ProjectReference Include =" ..\NetSdrClient\NetSdrClient .csproj" />
2324 </ItemGroup >
2425
2526 <ItemGroup >
2627 <Using Include =" NUnit.Framework" />
2728 </ItemGroup >
28-
2929</Project >
You can’t perform that action at this time.
0 commit comments