|
1 |
| -<Project Sdk="Microsoft.NET.Sdk"> |
2 |
| - |
3 |
| - <ItemGroup> |
4 |
| - <PackageReference Include="Moq" Version="4.16.0" /> |
5 |
| - </ItemGroup> |
6 |
| - |
7 |
| - <ItemGroup> |
8 |
| - <ProjectReference Include="..\..\src\hal\hal.csproj" /> |
9 |
| - <ProjectReference Include="..\..\src\ntcore\ntcore.csproj" /> |
10 |
| - <ProjectReference Include="..\..\src\wpilibsharp\wpilibsharp.csproj" /> |
11 |
| - <ProjectReference Include="..\..\src\wpiutil\wpiutil.csproj" /> |
12 |
| - </ItemGroup> |
13 |
| - |
14 |
| - <ItemGroup> |
15 |
| - <PackageReference Update="coverlet.collector" Version="3.0.2"> |
16 |
| - <PrivateAssets>all</PrivateAssets> |
17 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
18 |
| - </PackageReference> |
19 |
| - <PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.8.3" /> |
20 |
| - <PackageReference Update="xunit.runner.visualstudio" Version="2.4.3"> |
21 |
| - <PrivateAssets>all</PrivateAssets> |
22 |
| - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
23 |
| - </PackageReference> |
24 |
| - </ItemGroup> |
25 |
| - |
26 |
| -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <ItemGroup> |
| 4 | + <PackageReference Include="Moq" Version="4.16.0" /> |
| 5 | + </ItemGroup> |
| 6 | + |
| 7 | + <ItemGroup> |
| 8 | + <ProjectReference Include="..\..\src\hal\hal.csproj" /> |
| 9 | + <ProjectReference Include="..\..\src\ntcore\ntcore.csproj" /> |
| 10 | + <ProjectReference Include="..\..\src\wpilibsharp\wpilibsharp.csproj" /> |
| 11 | + <ProjectReference Include="..\..\src\wpiutil\wpiutil.csproj" /> |
| 12 | + </ItemGroup> |
| 13 | + |
| 14 | + <ItemGroup> |
| 15 | + <PackageReference Update="coverlet.collector" Version="6.0.2"> |
| 16 | + <PrivateAssets>all</PrivateAssets> |
| 17 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 18 | + </PackageReference> |
| 19 | + <PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.11.1" /> |
| 20 | + <PackageReference Update="xunit.runner.visualstudio" Version="2.8.2"> |
| 21 | + <PrivateAssets>all</PrivateAssets> |
| 22 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 23 | + </PackageReference> |
| 24 | + </ItemGroup> |
| 25 | + |
| 26 | +</Project> |
0 commit comments