Skip to content

Commit 95ffdc5

Browse files
authored
Merge pull request #10 from RyadaProductions/upgrade
update package to new version and framework
2 parents d621e19 + 208faba commit 95ffdc5

File tree

30 files changed

+158
-942
lines changed

30 files changed

+158
-942
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ TestResults
1212
*.suo
1313
*.user
1414
*.sln.docstates
15+
.vs
1516

1617
# Build results
1718
[Dd]ebug/

.nuget/NuGet.Config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<solution>
4-
<add key="disableSourceControlIntegration" value="true" />
5-
</solution>
3+
<packageSources>
4+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
5+
</packageSources>
66
</configuration>

FluentAssertions.Ioc.Ninject.sln

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2012
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAssertions.Ioc.Ninject", "src\FluentAssertions.Ioc.Ninject\FluentAssertions.Ioc.Ninject.csproj", "{AD22C140-1E9F-4D70-9B01-34E18915009A}"
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.29911.84
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Ioc.Ninject", "src\FluentAssertions.Ioc.Ninject\FluentAssertions.Ioc.Ninject.csproj", "{AD22C140-1E9F-4D70-9B01-34E18915009A}"
57
EndProject
68
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{2D35AF97-45F9-4325-B681-62BCFF204A60}"
79
ProjectSection(SolutionItems) = preProject
810
.nuget\NuGet.Config = .nuget\NuGet.Config
911
.nuget\NuGet.exe = .nuget\NuGet.exe
1012
EndProjectSection
13+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Ioc.Ninject.Tests", "src\FluentAssertions.Ioc.Ninject.Tests\FluentAssertions.Ioc.Ninject.Tests.csproj", "{D5A95789-04BC-4ADD-871F-D7073EB85A9E}"
1114
EndProject
12-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAssertions.Ioc.Ninject.Tests", "src\FluentAssertions.Ioc.Ninject.Tests\FluentAssertions.Ioc.Ninject.Tests.csproj", "{D5A95789-04BC-4ADD-871F-D7073EB85A9E}"
15+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Ioc.Samples.Core", "src\FluentAssertions.Ioc.Samples.Core\FluentAssertions.Ioc.Samples.Core.csproj", "{789DEF70-FAD8-431F-B2BA-0C2A21F5C161}"
1316
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAssertions.Ioc.Samples.Core", "src\FluentAssertions.Ioc.Samples.Core\FluentAssertions.Ioc.Samples.Core.csproj", "{789DEF70-FAD8-431F-B2BA-0C2A21F5C161}"
17+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Ioc.Samples.Interfaces", "src\FluentAssertions.Ioc.Samples.Interfaces\FluentAssertions.Ioc.Samples.Interfaces.csproj", "{B113663C-3031-4D08-9755-ED73D901ACB3}"
1518
EndProject
16-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAssertions.Ioc.Samples.Interfaces", "src\FluentAssertions.Ioc.Samples.Interfaces\FluentAssertions.Ioc.Samples.Interfaces.csproj", "{B113663C-3031-4D08-9755-ED73D901ACB3}"
19+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Ioc.Samples.Data", "src\FluentAssertions.Ioc.Samples.Data\FluentAssertions.Ioc.Samples.Data.csproj", "{BFFF0D07-65E9-48C0-8AEB-3047B4EDF39C}"
1720
EndProject
18-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAssertions.Ioc.Samples.Data", "src\FluentAssertions.Ioc.Samples.Data\FluentAssertions.Ioc.Samples.Data.csproj", "{BFFF0D07-65E9-48C0-8AEB-3047B4EDF39C}"
19-
EndProject
20-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAssertions.Ioc.Samples.Entities", "src\FluentAssertions.Ioc.Samples.Entities\FluentAssertions.Ioc.Samples.Entities.csproj", "{E43560ED-E4AA-42C0-AA9C-5830DBF57531}"
21+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Ioc.Samples.Entities", "src\FluentAssertions.Ioc.Samples.Entities\FluentAssertions.Ioc.Samples.Entities.csproj", "{E43560ED-E4AA-42C0-AA9C-5830DBF57531}"
2122
EndProject
2223
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{2EC05648-5418-4209-A0B2-231109B4177E}"
2324
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAssertions.Ioc.Ninject.SampleTests", "src\FluentAssertions.Ioc.Ninject.SampleTests\FluentAssertions.Ioc.Ninject.SampleTests.csproj", "{D8C61DAC-0BDD-42A2-9153-36582A8BA1B4}"
25+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Ioc.Ninject.SampleTests", "src\FluentAssertions.Ioc.Ninject.SampleTests\FluentAssertions.Ioc.Ninject.SampleTests.csproj", "{D8C61DAC-0BDD-42A2-9153-36582A8BA1B4}"
2526
EndProject
26-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentAssertions.Ioc.Ninject.Sample", "src\FluentAssertions.Ioc.Ninject.Sample\FluentAssertions.Ioc.Ninject.Sample.csproj", "{3857B7DD-45EA-4AC3-97D3-CE9DBB9B64BD}"
27+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentAssertions.Ioc.Ninject.Sample", "src\FluentAssertions.Ioc.Ninject.Sample\FluentAssertions.Ioc.Ninject.Sample.csproj", "{3857B7DD-45EA-4AC3-97D3-CE9DBB9B64BD}"
2728
EndProject
2829
Global
2930
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -68,11 +69,14 @@ Global
6869
HideSolutionNode = FALSE
6970
EndGlobalSection
7071
GlobalSection(NestedProjects) = preSolution
72+
{789DEF70-FAD8-431F-B2BA-0C2A21F5C161} = {2EC05648-5418-4209-A0B2-231109B4177E}
7173
{B113663C-3031-4D08-9755-ED73D901ACB3} = {2EC05648-5418-4209-A0B2-231109B4177E}
7274
{BFFF0D07-65E9-48C0-8AEB-3047B4EDF39C} = {2EC05648-5418-4209-A0B2-231109B4177E}
7375
{E43560ED-E4AA-42C0-AA9C-5830DBF57531} = {2EC05648-5418-4209-A0B2-231109B4177E}
74-
{789DEF70-FAD8-431F-B2BA-0C2A21F5C161} = {2EC05648-5418-4209-A0B2-231109B4177E}
7576
{D8C61DAC-0BDD-42A2-9153-36582A8BA1B4} = {2EC05648-5418-4209-A0B2-231109B4177E}
7677
{3857B7DD-45EA-4AC3-97D3-CE9DBB9B64BD} = {2EC05648-5418-4209-A0B2-231109B4177E}
7778
EndGlobalSection
79+
GlobalSection(ExtensibilityGlobals) = postSolution
80+
SolutionGuid = {740FB59C-4F2B-4743-B836-64E31A84E125}
81+
EndGlobalSection
7882
EndGlobal

appveyor.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: '{build}'
2+
image: Visual Studio 2019
3+
configuration: Release
4+
5+
before_build:
6+
- cmd: dotnet restore
7+
8+
artifacts:
9+
- path: '**\*.nupkg'
10+
11+
deploy:
12+
- provider: NuGet
13+
api_key:
14+
secure: x6Qtht6EqnrMnwvUCCiTcewdgCsKXM63vHDcmtvZ8KweHN4iIVtexIuKBSfZf9QF
15+
on:
16+
appveyor_repo_tag: true
Lines changed: 14 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,22 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.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>{3857B7DD-45EA-4AC3-97D3-CE9DBB9B64BD}</ProjectGuid>
84
<OutputType>Library</OutputType>
9-
<AppDesignerFolder>Properties</AppDesignerFolder>
10-
<RootNamespace>FluentAssertions.Ioc.Ninject.Sample</RootNamespace>
11-
<AssemblyName>FluentAssertions.Ioc.Ninject.Sample</AssemblyName>
12-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
13-
<FileAlignment>512</FileAlignment>
14-
<TargetFrameworkProfile />
5+
<TargetFramework>netstandard2.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-
</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="Ninject, Version=3.2.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
35-
<SpecificVersion>False</SpecificVersion>
36-
<HintPath>..\..\packages\Ninject.3.2.2.0\lib\net40\Ninject.dll</HintPath>
37-
</Reference>
38-
<Reference Include="Ninject.Extensions.Conventions, Version=3.2.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL">
39-
<SpecificVersion>False</SpecificVersion>
40-
<HintPath>..\..\packages\Ninject.Extensions.Conventions.3.2.0.0\lib\net40\Ninject.Extensions.Conventions.dll</HintPath>
41-
</Reference>
42-
<Reference Include="System" />
43-
<Reference Include="System.Core" />
44-
<Reference Include="System.Xml.Linq" />
45-
<Reference Include="System.Data.DataSetExtensions" />
46-
<Reference Include="Microsoft.CSharp" />
47-
<Reference Include="System.Data" />
48-
<Reference Include="System.Xml" />
49-
</ItemGroup>
50-
<ItemGroup>
51-
<Compile Include="Properties\AssemblyInfo.cs" />
52-
<Compile Include="SampleModule.cs" />
53-
</ItemGroup>
10+
5411
<ItemGroup>
55-
<ProjectReference Include="..\FluentAssertions.Ioc.Samples.Core\FluentAssertions.Ioc.Samples.Core.csproj">
56-
<Project>{789DEF70-FAD8-431F-B2BA-0C2A21F5C161}</Project>
57-
<Name>FluentAssertions.Ioc.Samples.Core</Name>
58-
</ProjectReference>
59-
<ProjectReference Include="..\FluentAssertions.Ioc.Samples.Data\FluentAssertions.Ioc.Samples.Data.csproj">
60-
<Project>{BFFF0D07-65E9-48C0-8AEB-3047B4EDF39C}</Project>
61-
<Name>FluentAssertions.Ioc.Samples.Data</Name>
62-
</ProjectReference>
63-
<ProjectReference Include="..\FluentAssertions.Ioc.Samples.Interfaces\FluentAssertions.Ioc.Samples.Interfaces.csproj">
64-
<Project>{B113663C-3031-4D08-9755-ED73D901ACB3}</Project>
65-
<Name>FluentAssertions.Ioc.Samples.Interfaces</Name>
66-
</ProjectReference>
12+
<PackageReference Include="Ninject" Version="3.3.4" />
13+
<PackageReference Include="Ninject.Extensions.Conventions" Version="3.3.0" />
6714
</ItemGroup>
15+
6816
<ItemGroup>
69-
<None Include="app.config" />
70-
<None Include="packages.config" />
17+
<ProjectReference Include="..\FluentAssertions.Ioc.Samples.Core\FluentAssertions.Ioc.Samples.Core.csproj" />
18+
<ProjectReference Include="..\FluentAssertions.Ioc.Samples.Data\FluentAssertions.Ioc.Samples.Data.csproj" />
19+
<ProjectReference Include="..\FluentAssertions.Ioc.Samples.Interfaces\FluentAssertions.Ioc.Samples.Interfaces.csproj" />
7120
</ItemGroup>
72-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
73-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
74-
Other similar extension points exist, see Microsoft.Common.targets.
75-
<Target Name="BeforeBuild">
76-
</Target>
77-
<Target Name="AfterBuild">
78-
</Target>
79-
-->
21+
8022
</Project>

src/FluentAssertions.Ioc.Ninject.Sample/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/FluentAssertions.Ioc.Ninject.Sample/app.config

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/FluentAssertions.Ioc.Ninject.Sample/packages.config

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 23 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,31 @@
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

Comments
 (0)