1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" 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 >{66E919D6-749E-49B0-93B9-5AC123256346}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >Cake.DocFx.Tests</RootNamespace >
11- <AssemblyName >Cake.DocFx.Tests</AssemblyName >
12- <TargetFrameworkVersion >v4.6</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <TargetFrameworkProfile />
4+ <TargetFrameworks >netcoreapp2.0</TargetFrameworks >
5+ <IsPackable >false</IsPackable >
6+ <Description >Tests for the Cake.DocFx addin</Description >
7+ <Authors >Paul Reichelt and contributors</Authors >
8+ <Company ></Company >
9+ <Copyright >Copyright 2016 (c) Paul Reichelt and contributors</Copyright >
10+ <Product >Cake.DocFx</Product >
1511 </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <DebugSymbols >true</DebugSymbols >
18- <DebugType >full</DebugType >
19- <Optimize >false</Optimize >
20- <OutputPath >bin\Debug\</OutputPath >
21- <DefineConstants >DEBUG;TRACE</DefineConstants >
22- <ErrorReport >prompt</ErrorReport >
23- <WarningLevel >4</WarningLevel >
24- </PropertyGroup >
25- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26- <DebugType >pdbonly</DebugType >
27- <Optimize >true</Optimize >
28- <OutputPath >bin\Release\</OutputPath >
29- <DefineConstants >TRACE</DefineConstants >
30- <ErrorReport >prompt</ErrorReport >
31- <WarningLevel >4</WarningLevel >
32- </PropertyGroup >
33- <ItemGroup >
34- <Reference Include =" Cake.Core, Version=0.26.0.0, Culture=neutral, processorArchitecture=MSIL" >
35- <HintPath >..\packages\Cake.Core.0.26.0\lib\net46\Cake.Core.dll</HintPath >
36- </Reference >
37- <Reference Include =" Cake.Testing, Version=0.26.0.0, Culture=neutral, processorArchitecture=MSIL" >
38- <HintPath >..\packages\Cake.Testing.0.26.0\lib\net46\Cake.Testing.dll</HintPath >
39- </Reference >
40- <Reference Include =" System" />
41- <Reference Include =" System.Core" />
42- <Reference Include =" System.Xml.Linq" />
43- <Reference Include =" System.Data.DataSetExtensions" />
44- <Reference Include =" Microsoft.CSharp" />
45- <Reference Include =" System.Data" />
46- <Reference Include =" System.Net.Http" />
47- <Reference Include =" System.Xml" />
48- <Reference Include =" xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
49- <HintPath >..\packages\xunit.abstractions.2.0.1\lib\net35\xunit.abstractions.dll</HintPath >
50- </Reference >
51- <Reference Include =" xunit.assert, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
52- <HintPath >..\packages\xunit.assert.2.2.0\lib\netstandard1.1\xunit.assert.dll</HintPath >
53- </Reference >
54- <Reference Include =" xunit.core, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
55- <HintPath >..\packages\xunit.extensibility.core.2.2.0\lib\netstandard1.1\xunit.core.dll</HintPath >
56- </Reference >
57- <Reference Include =" xunit.execution.desktop, Version=2.2.0.3545, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL" >
58- <HintPath >..\packages\xunit.extensibility.execution.2.2.0\lib\net452\xunit.execution.desktop.dll</HintPath >
59- </Reference >
60- </ItemGroup >
12+
6113 <ItemGroup >
62- <Compile Include =" Build\DocFxBuildRunnerFixture.cs " />
63- <Compile Include =" Build\DocFxBuildRunnerTests.cs " />
64- <Compile Include =" DocFxFixture.cs " />
65- <Compile Include =" Init\DocFxInitRunnerFixture.cs " />
66- <Compile Include =" Init\DocFxInitRunnerTests.cs " />
67- <Compile Include =" ExceptionAssertExtensions.cs " />
68- <Compile Include =" Metadata\DocFxMetadataRunnerFixture.cs " />
69- <Compile Include =" Metadata\DocFxMetadataRunnerTests.cs " />
70- <Compile Include =" Properties\AssemblyInfo.cs " />
14+ <PackageReference Include =" Cake.Core " Version = " 0.28.0 " />
15+ <PackageReference Include =" Cake.Testing " Version = " 0.28.0 " />
16+ <PackageReference Include =" xunit " Version = " 2.3.1 " />
17+ <PackageReference Include =" xunit.abstractions " Version = " 2.0.1 " />
18+ <PackageReference Include =" xunit.assert " Version = " 2.3.1 " />
19+ <PackageReference Include =" xunit.core " Version = " 2.3.1 " />
20+ <PackageReference Include =" xunit.extensibility.core " Version = " 2.3.1 " />
21+ <PackageReference Include =" xunit.extensibility.execution " Version = " 2.3.1 " />
22+ <PackageReference Include =" xunit.runner.visualstudio " Version = " 2.3.1 " />
7123 </ItemGroup >
24+
7225 <ItemGroup >
73- <ProjectReference Include =" ..\Cake.DocFx\Cake.DocFx.csproj" >
74- <Project >{6ef132f8-9a11-438f-aad4-4afdcf752920}</Project >
75- <Name >Cake.DocFx</Name >
76- </ProjectReference >
26+ <ProjectReference Include =" ..\Cake.DocFx\Cake.DocFx.csproj" />
7727 </ItemGroup >
28+
7829 <ItemGroup >
79- <None Include =" packages.config " />
30+ <Folder Include =" Properties\ " />
8031 </ItemGroup >
81- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
82- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
83- Other similar extension points exist, see Microsoft.Common.targets.
84- <Target Name="BeforeBuild">
85- </Target>
86- <Target Name="AfterBuild">
87- </Target>
88- -->
8932</Project >
0 commit comments