Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 27ab318

Browse files
committed
Fix test project references
1 parent 1e8a41a commit 27ab318

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

source/buildtasks/support-annotations-tests/Support-Annotations-BuildTasks-Tests.csproj

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\packages\xunit.runner.visualstudio.2.4.0\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.4.0\build\net20\xunit.runner.visualstudio.props')" />
4-
<Import Project="..\..\packages\xunit.core.2.4.0\build\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.4.0\build\xunit.core.props')" />
53
<PropertyGroup>
64
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
75
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -29,19 +27,14 @@
2927
<ConsolePause>false</ConsolePause>
3028
</PropertyGroup>
3129
<ItemGroup>
32-
<PackageReference Include="xunit" Version="2.4.0" />
33-
<PackageReference Include="xunit.runner.visualstudio" version="2.4.0" />
30+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
31+
<PackageReference Include="xunit" Version="2.4.1" />
32+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
3433
</ItemGroup>
3534
<ItemGroup>
3635
<Reference Include="System" />
3736
<Reference Include="Microsoft.Build.Utilities.v4.0" />
38-
<Reference Include="System.Runtime.Serialization">
39-
<HintPath>..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\5.12.0\lib\mono\4.5-api\System.Runtime.Serialization.dll</HintPath>
40-
</Reference>
4137
<Reference Include="System.Xml" />
42-
<Reference Include="System.Web.Extensions">
43-
<HintPath>..\..\..\..\..\..\Library\Frameworks\Mono.framework\Versions\5.12.0\lib\mono\4.5-api\System.Web.Extensions.dll</HintPath>
44-
</Reference>
4538
<Reference Include="Microsoft.CSharp" />
4639
</ItemGroup>
4740
<ItemGroup>

0 commit comments

Comments
 (0)