This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
source/buildtasks/support-annotations-tests Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments