1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
1+ <Project Sdk =" Microsoft.NET.Sdk" >
2+
43 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{713138AA-F9E7-4F69-A263-C8F387F5B80C}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >Xunit.Priority.Tests</RootNamespace >
11- <AssemblyName >Xunit.Priority.Tests</AssemblyName >
12- <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
4+ <TargetFrameworks >netcoreapp2.2;net462</TargetFrameworks >
5+
6+ <IsPackable >false</IsPackable >
147 </PropertyGroup >
15- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16- <DebugSymbols >true</DebugSymbols >
17- <DebugType >full</DebugType >
18- <Optimize >false</Optimize >
19- <OutputPath >bin\Debug\</OutputPath >
20- <DefineConstants >DEBUG;TRACE</DefineConstants >
21- <ErrorReport >prompt</ErrorReport >
22- <WarningLevel >4</WarningLevel >
23- </PropertyGroup >
24- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25- <DebugType >pdbonly</DebugType >
26- <Optimize >true</Optimize >
27- <OutputPath >bin\Release\</OutputPath >
28- <DefineConstants >TRACE</DefineConstants >
29- <ErrorReport >prompt</ErrorReport >
30- <WarningLevel >4</WarningLevel >
31- </PropertyGroup >
32- <ItemGroup >
33- <Reference Include =" System" />
34- <Reference Include =" System.Core" />
35- <Reference Include =" System.Xml.Linq" />
36- <Reference Include =" System.Data.DataSetExtensions" />
37- <Reference Include =" Microsoft.CSharp" />
38- <Reference Include =" System.Data" />
39- <Reference Include =" System.Net.Http" />
40- <Reference Include =" System.Xml" />
41- </ItemGroup >
42- <ItemGroup >
43- <Compile Include =" PriorityOrdererTests.cs" />
44- <Compile Include =" Properties\AssemblyInfo.cs" />
45- </ItemGroup >
8+
469 <ItemGroup >
47- <PackageReference Include =" Shouldly" >
48- <Version >2.8.3</Version >
49- </PackageReference >
50- <PackageReference Include =" xunit" >
51- <Version >2.3.1</Version >
52- </PackageReference >
53- <PackageReference Include =" xunit.runner.visualstudio" >
54- <Version >2.3.1</Version >
55- </PackageReference >
10+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.0" />
11+ <PackageReference Include =" xunit" Version =" 2.4.0" />
12+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0" />
13+ <PackageReference Include =" FluentAssertions" Version =" 5.8.0" />
5614 </ItemGroup >
15+
5716 <ItemGroup >
58- <ProjectReference Include =" ..\Xunit.Priority\Xunit.Priority.csproj" >
59- <Project >{48a79852-5d52-4639-9140-f3408ad728be}</Project >
60- <Name >Xunit.Priority</Name >
61- </ProjectReference >
17+ <ProjectReference Include =" ..\Xunit.Priority\Xunit.Priority.csproj" />
6218 </ItemGroup >
63- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6419</Project >
0 commit comments