1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 12.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 >{D8C61DAC-0BDD-42A2-9153-36582A8BA1B4}</ProjectGuid >
84 <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >FluentAssertions.Ioc.Ninject.SampleTests</RootNamespace >
11- <AssemblyName >FluentAssertions.Ioc.Ninject.SampleTests</AssemblyName >
12- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <TargetFrameworkProfile />
5+ <TargetFramework >netcoreapp3.1</TargetFramework >
6+ <Version >1.0.0</Version >
7+ <Authors >Kevin Kuszyk</Authors >
8+ <Copyright >Copyright © Kevin Kuszyk 2020</Copyright >
159 </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- <Prefer32Bit >false</Prefer32Bit >
25- </PropertyGroup >
26- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27- <DebugType >pdbonly</DebugType >
28- <Optimize >true</Optimize >
29- <OutputPath >bin\Release\</OutputPath >
30- <DefineConstants >TRACE</DefineConstants >
31- <ErrorReport >prompt</ErrorReport >
32- <WarningLevel >4</WarningLevel >
33- <Prefer32Bit >false</Prefer32Bit >
34- </PropertyGroup >
35- <ItemGroup >
36- <Reference Include =" FluentAssertions, Version=3.3.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL" >
37- <SpecificVersion >False</SpecificVersion >
38- <HintPath >..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.dll</HintPath >
39- </Reference >
40- <Reference Include =" FluentAssertions.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL" >
41- <SpecificVersion >False</SpecificVersion >
42- <HintPath >..\..\packages\FluentAssertions.3.3.0\lib\net40\FluentAssertions.Core.dll</HintPath >
43- </Reference >
44- <Reference Include =" Ninject, Version=3.2.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL" >
45- <SpecificVersion >False</SpecificVersion >
46- <HintPath >..\..\packages\Ninject.3.2.2.0\lib\net40\Ninject.dll</HintPath >
47- </Reference >
48- <Reference Include =" nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" >
49- <SpecificVersion >False</SpecificVersion >
50- <HintPath >..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath >
51- </Reference >
52- <Reference Include =" System" />
53- <Reference Include =" System.Core" />
54- <Reference Include =" System.Xml.Linq" />
55- <Reference Include =" System.Data.DataSetExtensions" />
56- <Reference Include =" Microsoft.CSharp" />
57- <Reference Include =" System.Data" />
58- <Reference Include =" System.Xml" />
59- </ItemGroup >
60- <ItemGroup >
61- <Compile Include =" IocTests.cs" />
62- <Compile Include =" LayerTests.cs" />
63- <Compile Include =" Properties\AssemblyInfo.cs" />
64- </ItemGroup >
10+
6511 <ItemGroup >
66- <None Include =" app.config" />
67- <None Include =" packages.config" />
12+ <PackageReference Include =" FluentAssertions" Version =" 5.10.2" />
13+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.5.0" />
14+ <PackageReference Include =" Ninject" Version =" 3.3.4" />
15+ <PackageReference Include =" nunit" Version =" 3.12.0" />
16+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.16.1" >
17+ <PrivateAssets >all</PrivateAssets >
18+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
19+ </PackageReference >
6820 </ItemGroup >
21+
6922 <ItemGroup >
70- <ProjectReference Include =" ..\FluentAssertions.Ioc.Ninject.Sample\FluentAssertions.Ioc.Ninject.Sample.csproj" >
71- <Project >{3857B7DD-45EA-4AC3-97D3-CE9DBB9B64BD}</Project >
72- <Name >FluentAssertions.Ioc.Ninject.Sample</Name >
73- </ProjectReference >
74- <ProjectReference Include =" ..\FluentAssertions.Ioc.Ninject\FluentAssertions.Ioc.Ninject.csproj" >
75- <Project >{AD22C140-1E9F-4D70-9B01-34E18915009A}</Project >
76- <Name >FluentAssertions.Ioc.Ninject</Name >
77- </ProjectReference >
78- <ProjectReference Include =" ..\FluentAssertions.Ioc.Samples.Core\FluentAssertions.Ioc.Samples.Core.csproj" >
79- <Project >{789DEF70-FAD8-431F-B2BA-0C2A21F5C161}</Project >
80- <Name >FluentAssertions.Ioc.Samples.Core</Name >
81- </ProjectReference >
82- <ProjectReference Include =" ..\FluentAssertions.Ioc.Samples.Data\FluentAssertions.Ioc.Samples.Data.csproj" >
83- <Project >{BFFF0D07-65E9-48C0-8AEB-3047B4EDF39C}</Project >
84- <Name >FluentAssertions.Ioc.Samples.Data</Name >
85- </ProjectReference >
86- <ProjectReference Include =" ..\FluentAssertions.Ioc.Samples.Entities\FluentAssertions.Ioc.Samples.Entities.csproj" >
87- <Project >{E43560ED-E4AA-42C0-AA9C-5830DBF57531}</Project >
88- <Name >FluentAssertions.Ioc.Samples.Entities</Name >
89- </ProjectReference >
90- <ProjectReference Include =" ..\FluentAssertions.Ioc.Samples.Interfaces\FluentAssertions.Ioc.Samples.Interfaces.csproj" >
91- <Project >{B113663C-3031-4D08-9755-ED73D901ACB3}</Project >
92- <Name >FluentAssertions.Ioc.Samples.Interfaces</Name >
93- </ProjectReference >
23+ <ProjectReference Include =" ..\FluentAssertions.Ioc.Ninject.Sample\FluentAssertions.Ioc.Ninject.Sample.csproj" />
24+ <ProjectReference Include =" ..\FluentAssertions.Ioc.Ninject\FluentAssertions.Ioc.Ninject.csproj" />
25+ <ProjectReference Include =" ..\FluentAssertions.Ioc.Samples.Core\FluentAssertions.Ioc.Samples.Core.csproj" />
26+ <ProjectReference Include =" ..\FluentAssertions.Ioc.Samples.Data\FluentAssertions.Ioc.Samples.Data.csproj" />
27+ <ProjectReference Include =" ..\FluentAssertions.Ioc.Samples.Entities\FluentAssertions.Ioc.Samples.Entities.csproj" />
28+ <ProjectReference Include =" ..\FluentAssertions.Ioc.Samples.Interfaces\FluentAssertions.Ioc.Samples.Interfaces.csproj" />
9429 </ItemGroup >
95- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
97- Other similar extension points exist, see Microsoft.Common.targets.
98- <Target Name="BeforeBuild">
99- </Target>
100- <Target Name="AfterBuild">
101- </Target>
102- -->
30+
10331</Project >
0 commit comments