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 >{BDE127AB-AC3F-44DF-BC33-210DAFD12E15}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >AutoMapper.Collection.EntityFramework.Tests</RootNamespace >
4+ <TargetFrameworks >net461</TargetFrameworks >
115 <AssemblyName >AutoMapper.Collection.EntityFramework.Tests</AssemblyName >
12- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- </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 >
6+ <IsPackable >false</IsPackable >
317 </PropertyGroup >
8+
329 <ItemGroup >
33- <Reference Include =" AutoMapper, Version=6.2.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL" >
34- <HintPath >..\..\packages\AutoMapper.6.2.1\lib\net45\AutoMapper.dll</HintPath >
35- </Reference >
36- <Reference Include =" EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
37- <HintPath >..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath >
38- <Private >True</Private >
39- </Reference >
40- <Reference Include =" EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
41- <HintPath >..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath >
42- <Private >True</Private >
43- </Reference >
44- <Reference Include =" Fixie, Version=1.0.2.0, Culture=neutral, processorArchitecture=MSIL" >
45- <HintPath >..\..\packages\Fixie.1.0.2\lib\net45\Fixie.dll</HintPath >
46- <Private >True</Private >
47- </Reference >
48- <Reference Include =" FluentAssertions, Version=4.15.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL" >
49- <HintPath >..\..\packages\FluentAssertions.4.15.0\lib\net45\FluentAssertions.dll</HintPath >
50- <Private >True</Private >
51- </Reference >
52- <Reference Include =" FluentAssertions.Core, Version=4.15.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL" >
53- <HintPath >..\..\packages\FluentAssertions.4.15.0\lib\net45\FluentAssertions.Core.dll</HintPath >
54- <Private >True</Private >
55- </Reference >
56- <Reference Include =" System" />
57- <Reference Include =" System.ComponentModel.DataAnnotations" />
58- <Reference Include =" System.Core" />
59- <Reference Include =" System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
60- <HintPath >..\..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath >
61- <Private >True</Private >
62- </Reference >
63- <Reference Include =" System.Xml.Linq" />
64- <Reference Include =" System.Data.DataSetExtensions" />
65- <Reference Include =" Microsoft.CSharp" />
66- <Reference Include =" System.Data" />
67- <Reference Include =" System.Net.Http" />
68- <Reference Include =" System.Xml" />
10+ <PackageReference Include =" System.ValueTuple" Version =" 4.3.0" />
6911 </ItemGroup >
12+
7013 <ItemGroup >
71- <Compile Include =" MapCollectionWithEqualityTests.cs" />
72- <Compile Include =" Properties\AssemblyInfo.cs" />
14+ <ProjectReference Include =" ..\AutoMapper.Collection.EntityFramework\AutoMapper.Collection.EntityFramework.csproj" />
7315 </ItemGroup >
74- <ItemGroup >
75- <None Include =" App.config" />
76- <None Include =" packages.config" />
77- </ItemGroup >
78- <ItemGroup >
79- <Service Include =" {82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
16+
17+ <ItemGroup Condition =" '$(TargetFramework)' == 'net461' " >
18+ <Reference Include =" System" />
19+ <Reference Include =" Microsoft.CSharp" />
8020 </ItemGroup >
21+
8122 <ItemGroup >
82- <ProjectReference Include =" ..\AutoMapper.Collection.EntityFramework\AutoMapper.Collection.EntityFramework.csproj" >
83- <Project >{e0fd41fd-af5b-4bec-970f-8412e7b6c914}</Project >
84- <Name >AutoMapper.Collection.EntityFramework</Name >
85- </ProjectReference >
86- <ProjectReference Include =" ..\AutoMapper.Collection\AutoMapper.Collection.csproj" >
87- <Project >{37ad667a-8080-476c-88fd-20310ac7caf3}</Project >
88- <Name >AutoMapper.Collection</Name >
89- </ProjectReference >
23+ <PackageReference Include =" FluentAssertions" Version =" $(FluentAssertions)" />
24+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSDKVersion)" />
25+ <PackageReference Include =" xunit" Version =" $(xUnitVersion)" />
26+ <PackageReference Include =" xunit.runner.visualstudio" Version =" $(xUnitVersion)" />
9027 </ItemGroup >
91- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
93- Other similar extension points exist, see Microsoft.Common.targets.
94- <Target Name="BeforeBuild">
95- </Target>
96- <Target Name="AfterBuild">
97- </Target>
98- -->
99- </Project >
28+
29+ </Project >
0 commit comments