Skip to content

Commit 602e8ef

Browse files
author
dahall
committed
Removed Core and Shared references for all UnitTest projects
1 parent d077a02 commit 602e8ef

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: UnitTests/Directory.Build.targets

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
<SupportedPlatform Include="windows" />
1414
</ItemGroup>
1515
<ItemGroup>
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1717
<PackageReference Include="NUnit" Version="4.3.2" />
18-
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
18+
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
1919
</ItemGroup>
2020
<ItemGroup>
21-
<ProjectReference Include="$(MSBuildThisFileDirectory)..\Core\Vanara.Core.csproj" />
22-
<ProjectReference Include="$(MSBuildThisFileDirectory)..\PInvoke\Shared\Vanara.PInvoke.Shared.csproj" />
2321
<ProjectReference Condition="!$(MSBuildProjectDirectory.EndsWith('CSharpRunner'))" Include="$(MSBuildThisFileDirectory)CSharpRunner\Shared.csproj" />
2422
</ItemGroup>
2523
</Project>

0 commit comments

Comments
 (0)