Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Rodgers committed Jul 20, 2016
1 parent 1990ceb commit 7e7aa34
Show file tree
Hide file tree
Showing 13 changed files with 124 additions and 92 deletions.
20 changes: 12 additions & 8 deletions Effort.Extra.EF6.StrongName/Effort.Extra.EF6.StrongName.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,21 @@
<AssemblyOriginatorKeyFile>..\Effort.Extra.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Effort">
<HintPath>..\packages\Effort.EF6.1.1.4\lib\net45\Effort.dll</HintPath>
<Reference Include="Effort, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6a46696d54971e6d, processorArchitecture=MSIL">
<HintPath>..\packages\Effort.EF6.1.1.5\lib\net45\Effort.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EntityFramework">
<HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EntityFramework.SqlServer">
<HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NMemory">
<HintPath>..\packages\NMemory.1.0.1\lib\net45\NMemory.dll</HintPath>
<Reference Include="NMemory, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6a46696d54971e6d, processorArchitecture=MSIL">
<HintPath>..\packages\NMemory.1.1.2\lib\net45\NMemory.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down
6 changes: 3 additions & 3 deletions Effort.Extra.EF6.StrongName/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Effort.EF6" version="1.1.4" targetFramework="net45" />
<package id="EntityFramework" version="6.0.0" targetFramework="net45" />
<package id="NMemory" version="1.0.1" targetFramework="net45" />
<package id="Effort.EF6" version="1.1.5" targetFramework="net45" />
<package id="EntityFramework" version="6.1.3" targetFramework="net45" />
<package id="NMemory" version="1.1.2" targetFramework="net45" />
</packages>
57 changes: 34 additions & 23 deletions Effort.Extra.EF6.Tests/Effort.Extra.EF6.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,35 +74,45 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Effort">
<HintPath>..\packages\Effort.EF6.1.1.4\lib\net45\Effort.dll</HintPath>
<Reference Include="Effort, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6a46696d54971e6d, processorArchitecture=MSIL">
<HintPath>..\packages\Effort.EF6.1.1.5\lib\net45\Effort.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EntityFramework">
<HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EntityFramework.SqlServer">
<HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Machine.Fakes">
<HintPath>..\packages\Machine.Fakes.2.5.0\lib\net40\Machine.Fakes.dll</HintPath>
<Reference Include="Machine.Fakes, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Machine.Fakes.2.7.0\lib\net40\Machine.Fakes.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Machine.Fakes.Adapters.NSubstitute">
<HintPath>..\packages\Machine.Fakes.NSubstitute.2.5.0\lib\net40\Machine.Fakes.Adapters.NSubstitute.dll</HintPath>
<Reference Include="Machine.Fakes.Adapters.NSubstitute, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Machine.Fakes.NSubstitute.2.7.0\lib\net40\Machine.Fakes.Adapters.NSubstitute.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Machine.Specifications">
<HintPath>..\packages\Machine.Specifications.0.9.0\lib\net45\Machine.Specifications.dll</HintPath>
<Reference Include="Machine.Specifications, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Machine.Specifications.0.10.0-unstable0039\lib\net45\Machine.Specifications.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Machine.Specifications.Clr4">
<HintPath>..\packages\Machine.Specifications.0.9.0\lib\net45\Machine.Specifications.Clr4.dll</HintPath>
<Reference Include="Machine.Specifications.Clr4, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Machine.Specifications.0.10.0-unstable0039\lib\net45\Machine.Specifications.Clr4.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Machine.Specifications.Should">
<HintPath>..\packages\Machine.Specifications.Should.0.7.2\lib\net45\Machine.Specifications.Should.dll</HintPath>
<Reference Include="Machine.Specifications.Should, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Machine.Specifications.Should.0.9.0\lib\net45\Machine.Specifications.Should.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NMemory">
<HintPath>..\packages\NMemory.1.0.1\lib\net45\NMemory.dll</HintPath>
<Reference Include="NMemory, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6a46696d54971e6d, processorArchitecture=MSIL">
<HintPath>..\packages\NMemory.1.1.2\lib\net45\NMemory.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NSubstitute">
<HintPath>..\packages\NSubstitute.1.7.2.0\lib\NET45\NSubstitute.dll</HintPath>
<Reference Include="NSubstitute, Version=1.10.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
<HintPath>..\packages\NSubstitute.1.10.0.0\lib\net45\NSubstitute.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down Expand Up @@ -147,15 +157,16 @@
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Effort.Extra.EF6\Effort.Extra.EF6.csproj">
<Project>{4ab03d69-5b8b-4d6a-ba6b-fcf7b747aca4}</Project>
<Name>Effort.Extra.EF6</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
16 changes: 8 additions & 8 deletions Effort.Extra.EF6.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Effort.EF6" version="1.1.4" targetFramework="net45" />
<package id="EntityFramework" version="6.0.0" targetFramework="net45" />
<package id="Machine.Fakes" version="2.5.0" targetFramework="net45" />
<package id="Machine.Fakes.NSubstitute" version="2.5.0" targetFramework="net45" />
<package id="Machine.Specifications" version="0.9.0" targetFramework="net45" />
<package id="Machine.Specifications.Should" version="0.7.2" targetFramework="net45" />
<package id="NMemory" version="1.0.1" targetFramework="net45" />
<package id="NSubstitute" version="1.7.2.0" targetFramework="net45" />
<package id="Effort.EF6" version="1.1.5" targetFramework="net45" />
<package id="EntityFramework" version="6.1.3" targetFramework="net45" />
<package id="Machine.Fakes" version="2.7.0" targetFramework="net45" />
<package id="Machine.Fakes.NSubstitute" version="2.7.0" targetFramework="net45" />
<package id="Machine.Specifications" version="0.10.0-unstable0039" targetFramework="net45" />
<package id="Machine.Specifications.Should" version="0.9.0" targetFramework="net45" />
<package id="NMemory" version="1.1.2" targetFramework="net45" />
<package id="NSubstitute" version="1.10.0.0" targetFramework="net45" />
</packages>
20 changes: 12 additions & 8 deletions Effort.Extra.EF6/Effort.Extra.EF6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,21 @@
<DocumentationFile>bin\Release\Effort.Extra.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Effort">
<HintPath>..\packages\Effort.EF6.1.1.4\lib\net45\Effort.dll</HintPath>
<Reference Include="Effort, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6a46696d54971e6d, processorArchitecture=MSIL">
<HintPath>..\packages\Effort.EF6.1.1.5\lib\net45\Effort.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EntityFramework">
<HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="EntityFramework.SqlServer">
<HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NMemory">
<HintPath>..\packages\NMemory.1.0.1\lib\net45\NMemory.dll</HintPath>
<Reference Include="NMemory, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6a46696d54971e6d, processorArchitecture=MSIL">
<HintPath>..\packages\NMemory.1.1.2\lib\net45\NMemory.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down
6 changes: 3 additions & 3 deletions Effort.Extra.EF6/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Effort.EF6" version="1.1.4" targetFramework="net45" />
<package id="EntityFramework" version="6.0.0" targetFramework="net45" />
<package id="NMemory" version="1.0.1" targetFramework="net45" />
<package id="Effort.EF6" version="1.1.5" targetFramework="net45" />
<package id="EntityFramework" version="6.1.3" targetFramework="net45" />
<package id="NMemory" version="1.1.2" targetFramework="net45" />
</packages>
10 changes: 6 additions & 4 deletions Effort.Extra.StrongName/Effort.Extra.StrongName.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,13 @@
<AssemblyOriginatorKeyFile>..\Effort.Extra.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Effort">
<HintPath>..\packages\Effort.1.1.4\lib\net45\Effort.dll</HintPath>
<Reference Include="Effort, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6a46696d54971e6d, processorArchitecture=MSIL">
<HintPath>..\packages\Effort.1.1.5\lib\net45\Effort.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NMemory">
<HintPath>..\packages\NMemory.1.0.1\lib\net45\NMemory.dll</HintPath>
<Reference Include="NMemory, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6a46696d54971e6d, processorArchitecture=MSIL">
<HintPath>..\packages\NMemory.1.1.2\lib\net45\NMemory.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down
4 changes: 2 additions & 2 deletions Effort.Extra.StrongName/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Effort" version="1.1.4" targetFramework="net45" />
<package id="NMemory" version="1.0.1" targetFramework="net45" />
<package id="Effort" version="1.1.5" targetFramework="net45" />
<package id="NMemory" version="1.1.2" targetFramework="net45" />
</packages>
39 changes: 23 additions & 16 deletions Effort.Extra.Tests/Effort.Extra.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,30 +118,36 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Effort, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6a46696d54971e6d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Effort.1.1.4\lib\net45\Effort.dll</HintPath>
<HintPath>..\packages\Effort.1.1.5\lib\net45\Effort.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Machine.Fakes">
<HintPath>..\packages\Machine.Fakes.2.5.0\lib\net40\Machine.Fakes.dll</HintPath>
<Reference Include="Machine.Fakes, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Machine.Fakes.2.7.0\lib\net40\Machine.Fakes.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Machine.Fakes.Adapters.NSubstitute">
<HintPath>..\packages\Machine.Fakes.NSubstitute.2.5.0\lib\net40\Machine.Fakes.Adapters.NSubstitute.dll</HintPath>
<Reference Include="Machine.Fakes.Adapters.NSubstitute, Version=2.7.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Machine.Fakes.NSubstitute.2.7.0\lib\net40\Machine.Fakes.Adapters.NSubstitute.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Machine.Specifications">
<HintPath>..\packages\Machine.Specifications.0.9.0\lib\net45\Machine.Specifications.dll</HintPath>
<Reference Include="Machine.Specifications, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Machine.Specifications.0.10.0-unstable0039\lib\net45\Machine.Specifications.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Machine.Specifications.Clr4">
<HintPath>..\packages\Machine.Specifications.0.9.0\lib\net45\Machine.Specifications.Clr4.dll</HintPath>
<Reference Include="Machine.Specifications.Clr4, Version=0.10.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Machine.Specifications.0.10.0-unstable0039\lib\net45\Machine.Specifications.Clr4.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Machine.Specifications.Should">
<HintPath>..\packages\Machine.Specifications.Should.0.7.2\lib\net45\Machine.Specifications.Should.dll</HintPath>
<Reference Include="Machine.Specifications.Should, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Machine.Specifications.Should.0.9.0\lib\net45\Machine.Specifications.Should.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NMemory, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6a46696d54971e6d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NMemory.1.0.1\lib\net45\NMemory.dll</HintPath>
<HintPath>..\packages\NMemory.1.1.2\lib\net45\NMemory.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NSubstitute">
<HintPath>..\packages\NSubstitute.1.7.2.0\lib\NET45\NSubstitute.dll</HintPath>
<Reference Include="NSubstitute, Version=1.10.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
<HintPath>..\packages\NSubstitute.1.10.0.0\lib\net45\NSubstitute.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand Down Expand Up @@ -177,6 +183,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
14 changes: 7 additions & 7 deletions Effort.Extra.Tests/packages.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Effort" version="1.1.4" targetFramework="net45" />
<package id="Machine.Fakes" version="2.5.0" targetFramework="net45" />
<package id="Machine.Fakes.NSubstitute" version="2.5.0" targetFramework="net45" />
<package id="Machine.Specifications" version="0.9.0" targetFramework="net45" />
<package id="Machine.Specifications.Should" version="0.7.2" targetFramework="net45" />
<package id="NMemory" version="1.0.1" targetFramework="net45" />
<package id="NSubstitute" version="1.7.2.0" targetFramework="net45" />
<package id="Effort" version="1.1.5" targetFramework="net45" />
<package id="Machine.Fakes" version="2.7.0" targetFramework="net45" />
<package id="Machine.Fakes.NSubstitute" version="2.7.0" targetFramework="net45" />
<package id="Machine.Specifications" version="0.10.0-unstable0039" targetFramework="net45" />
<package id="Machine.Specifications.Should" version="0.9.0" targetFramework="net45" />
<package id="NMemory" version="1.1.2" targetFramework="net45" />
<package id="NSubstitute" version="1.10.0.0" targetFramework="net45" />
</packages>
4 changes: 2 additions & 2 deletions Effort.Extra.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 14.0.22823.1
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Effort.Extra", "Effort.Extra\Effort.Extra.csproj", "{0545D98F-BB8C-4689-8214-72CB8135A0EA}"
EndProject
Expand Down
16 changes: 10 additions & 6 deletions Effort.Extra/Effort.Extra.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Effort, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6a46696d54971e6d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Effort.1.1.4\lib\net45\Effort.dll</HintPath>
<HintPath>..\packages\Effort.1.1.5\lib\net45\Effort.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NMemory, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6a46696d54971e6d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\NMemory.1.0.1\lib\net45\NMemory.dll</HintPath>
<HintPath>..\packages\NMemory.1.1.2\lib\net45\NMemory.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
Expand All @@ -151,8 +151,12 @@
<Compile Include="TableNamingStrategy.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Effort.Extra.nuspec" />
<None Include="packages.config" />
<None Include="Effort.Extra.nuspec">
<SubType>Designer</SubType>
</None>
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
4 changes: 2 additions & 2 deletions Effort.Extra/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Effort" version="1.1.4" targetFramework="net45" />
<package id="NMemory" version="1.0.1" targetFramework="net45" />
<package id="Effort" version="1.1.5" targetFramework="net45" />
<package id="NMemory" version="1.1.2" targetFramework="net45" />
</packages>

0 comments on commit 7e7aa34

Please sign in to comment.