Skip to content

Commit 60e009b

Browse files
author
Jeff Treuting
committed
Updated NUnit and mongoDbDriver nuget packages to latest
1 parent 6018402 commit 60e009b

28 files changed

Lines changed: 41349 additions & 40586 deletions

SharpRepository.MongoDbRepository/SharpRepository.MongoDbRepository.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<Reference Include="MongoDB.Bson, Version=1.6.0.4624, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
34+
<Reference Include="MongoDB.Bson, Version=1.7.0.4714, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
3535
<SpecificVersion>False</SpecificVersion>
36-
<HintPath>..\packages\mongocsharpdriver.1.6\lib\net35\MongoDB.Bson.dll</HintPath>
36+
<HintPath>..\packages\mongocsharpdriver.1.7\lib\net35\MongoDB.Bson.dll</HintPath>
3737
</Reference>
38-
<Reference Include="MongoDB.Driver, Version=1.6.0.4624, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
38+
<Reference Include="MongoDB.Driver, Version=1.7.0.4714, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
3939
<SpecificVersion>False</SpecificVersion>
40-
<HintPath>..\packages\mongocsharpdriver.1.6\lib\net35\MongoDB.Driver.dll</HintPath>
40+
<HintPath>..\packages\mongocsharpdriver.1.7\lib\net35\MongoDB.Driver.dll</HintPath>
4141
</Reference>
4242
<Reference Include="System" />
4343
<Reference Include="System.Configuration" />
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<packages>
3-
<package id="mongocsharpdriver" version="1.6" targetFramework="net40" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="mongocsharpdriver" version="1.7" targetFramework="net40" />
44
</packages>
Lines changed: 80 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,81 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>8.0.30703</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{85E4FB46-FFB2-47DC-83B5-4ECBD80B66D8}</ProjectGuid>
9-
<OutputType>Library</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace>SharpRepository.Samples</RootNamespace>
12-
<AssemblyName>SharpRepository.Samples</AssemblyName>
13-
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14-
<FileAlignment>512</FileAlignment>
15-
</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="nunit.framework, Version=2.6.1.12217, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
35-
<SpecificVersion>False</SpecificVersion>
36-
<HintPath>..\packages\NUnit.2.6.1\lib\nunit.framework.dll</HintPath>
37-
</Reference>
38-
<Reference Include="Should">
39-
<HintPath>..\packages\Should.1.1.12.0\lib\Should.dll</HintPath>
40-
</Reference>
41-
<Reference Include="System" />
42-
<Reference Include="System.Core" />
43-
<Reference Include="System.Xml.Linq" />
44-
<Reference Include="System.Data.DataSetExtensions" />
45-
<Reference Include="Microsoft.CSharp" />
46-
<Reference Include="System.Data" />
47-
<Reference Include="System.Xml" />
48-
</ItemGroup>
49-
<ItemGroup>
50-
<Compile Include="..\CommonAssembly.cs">
51-
<Link>Properties\CommonAssembly.cs</Link>
52-
</Compile>
53-
<Compile Include="HowToUseSpecifications.cs" />
54-
<Compile Include="GettingStarted.cs" />
55-
<Compile Include="HowToBatch.cs" />
56-
<Compile Include="HowToAbstractAwayTheGenericRepository.cs" />
57-
<Compile Include="HowToUseTraits.cs" />
58-
<Compile Include="Properties\AssemblyInfo.cs" />
59-
</ItemGroup>
60-
<ItemGroup>
61-
<None Include="packages.config" />
62-
</ItemGroup>
63-
<ItemGroup>
64-
<ProjectReference Include="..\SharpRepository.InMemoryRepository\SharpRepository.InMemoryRepository.csproj">
65-
<Project>{13AD3FCA-4C9D-4674-B786-F30843638D3B}</Project>
66-
<Name>SharpRepository.InMemoryRepository</Name>
67-
</ProjectReference>
68-
<ProjectReference Include="..\SharpRepository.Repository\SharpRepository.Repository.csproj">
69-
<Project>{710DEE79-25CE-4F68-B8B1-D08A135AD154}</Project>
70-
<Name>SharpRepository.Repository</Name>
71-
</ProjectReference>
72-
</ItemGroup>
73-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
75-
Other similar extension points exist, see Microsoft.Common.targets.
76-
<Target Name="BeforeBuild">
77-
</Target>
78-
<Target Name="AfterBuild">
79-
</Target>
80-
-->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>8.0.30703</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{85E4FB46-FFB2-47DC-83B5-4ECBD80B66D8}</ProjectGuid>
9+
<OutputType>Library</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>SharpRepository.Samples</RootNamespace>
12+
<AssemblyName>SharpRepository.Samples</AssemblyName>
13+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14+
<FileAlignment>512</FileAlignment>
15+
</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="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
35+
<SpecificVersion>False</SpecificVersion>
36+
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
37+
</Reference>
38+
<Reference Include="Should">
39+
<HintPath>..\packages\Should.1.1.12.0\lib\Should.dll</HintPath>
40+
</Reference>
41+
<Reference Include="System" />
42+
<Reference Include="System.Core" />
43+
<Reference Include="System.Xml.Linq" />
44+
<Reference Include="System.Data.DataSetExtensions" />
45+
<Reference Include="Microsoft.CSharp" />
46+
<Reference Include="System.Data" />
47+
<Reference Include="System.Xml" />
48+
</ItemGroup>
49+
<ItemGroup>
50+
<Compile Include="..\CommonAssembly.cs">
51+
<Link>Properties\CommonAssembly.cs</Link>
52+
</Compile>
53+
<Compile Include="HowToUseSpecifications.cs" />
54+
<Compile Include="GettingStarted.cs" />
55+
<Compile Include="HowToBatch.cs" />
56+
<Compile Include="HowToAbstractAwayTheGenericRepository.cs" />
57+
<Compile Include="HowToUseTraits.cs" />
58+
<Compile Include="Properties\AssemblyInfo.cs" />
59+
</ItemGroup>
60+
<ItemGroup>
61+
<None Include="packages.config" />
62+
</ItemGroup>
63+
<ItemGroup>
64+
<ProjectReference Include="..\SharpRepository.InMemoryRepository\SharpRepository.InMemoryRepository.csproj">
65+
<Project>{13AD3FCA-4C9D-4674-B786-F30843638D3B}</Project>
66+
<Name>SharpRepository.InMemoryRepository</Name>
67+
</ProjectReference>
68+
<ProjectReference Include="..\SharpRepository.Repository\SharpRepository.Repository.csproj">
69+
<Project>{710DEE79-25CE-4F68-B8B1-D08A135AD154}</Project>
70+
<Name>SharpRepository.Repository</Name>
71+
</ProjectReference>
72+
</ItemGroup>
73+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
75+
Other similar extension points exist, see Microsoft.Common.targets.
76+
<Target Name="BeforeBuild">
77+
</Target>
78+
<Target Name="AfterBuild">
79+
</Target>
80+
-->
8181
</Project>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<packages>
3-
<package id="NUnit" version="2.6.1" targetFramework="net40" />
4-
<package id="Should" version="1.1.12.0" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="NUnit" version="2.6.2" targetFramework="net40" />
4+
<package id="Should" version="1.1.12.0" />
55
</packages>

SharpRepository.Tests.Integration/SharpRepository.Tests.Integration.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,23 @@
5656
<Reference Include="Lucene.Net.Contrib.SpellChecker">
5757
<HintPath>..\packages\RavenDB-Embedded.1.0.888\lib\net40\Lucene.Net.Contrib.SpellChecker.dll</HintPath>
5858
</Reference>
59-
<Reference Include="MongoDB.Bson, Version=1.6.0.4624, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
59+
<Reference Include="MongoDB.Bson, Version=1.7.0.4714, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
6060
<SpecificVersion>False</SpecificVersion>
61-
<HintPath>..\packages\mongocsharpdriver.1.6\lib\net35\MongoDB.Bson.dll</HintPath>
61+
<HintPath>..\packages\mongocsharpdriver.1.7\lib\net35\MongoDB.Bson.dll</HintPath>
6262
</Reference>
63-
<Reference Include="MongoDB.Driver, Version=1.6.0.4624, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
63+
<Reference Include="MongoDB.Driver, Version=1.7.0.4714, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL">
6464
<SpecificVersion>False</SpecificVersion>
65-
<HintPath>..\packages\mongocsharpdriver.1.6\lib\net35\MongoDB.Driver.dll</HintPath>
65+
<HintPath>..\packages\mongocsharpdriver.1.7\lib\net35\MongoDB.Driver.dll</HintPath>
6666
</Reference>
6767
<Reference Include="Newtonsoft.Json">
6868
<HintPath>..\packages\Newtonsoft.Json.4.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
6969
</Reference>
7070
<Reference Include="NLog">
7171
<HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
7272
</Reference>
73-
<Reference Include="nunit.framework, Version=2.6.1.12217, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
73+
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
7474
<SpecificVersion>False</SpecificVersion>
75-
<HintPath>..\packages\NUnit.2.6.1\lib\nunit.framework.dll</HintPath>
75+
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
7676
</Reference>
7777
<Reference Include="Raven.Abstractions">
7878
<HintPath>..\packages\RavenDB-Embedded.1.0.888\lib\net40\Raven.Abstractions.dll</HintPath>

SharpRepository.Tests.Integration/Spikes/ConfigurationSpikes.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<packages>
3-
<package id="mongocsharpdriver" version="1.6" targetFramework="net40" />
4-
<package id="Newtonsoft.Json" version="4.0.8" />
5-
<package id="NLog" version="2.0.0.2000" />
6-
<package id="NUnit" version="2.6.1" targetFramework="net40" />
7-
<package id="RavenDB-Embedded" version="1.0.888" />
8-
<package id="RhinoMocks" version="3.6.1" />
9-
<package id="Should" version="1.1.12.0" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="mongocsharpdriver" version="1.7" targetFramework="net40" />
4+
<package id="Newtonsoft.Json" version="4.0.8" />
5+
<package id="NLog" version="2.0.0.2000" />
6+
<package id="NUnit" version="2.6.2" targetFramework="net40" />
7+
<package id="RavenDB-Embedded" version="1.0.888" />
8+
<package id="RhinoMocks" version="3.6.1" />
9+
<package id="Should" version="1.1.12.0" />
1010
</packages>

SharpRepository.Tests/SharpRepository.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
<Reference Include="Enyim.Caching">
3636
<HintPath>..\packages\EnyimMemcached.2.12\lib\net35\Enyim.Caching.dll</HintPath>
3737
</Reference>
38-
<Reference Include="nunit.framework, Version=2.6.1.12217, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
38+
<Reference Include="nunit.framework, Version=2.6.2.12296, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
3939
<SpecificVersion>False</SpecificVersion>
40-
<HintPath>..\packages\NUnit.2.6.1\lib\nunit.framework.dll</HintPath>
40+
<HintPath>..\packages\NUnit.2.6.2\lib\nunit.framework.dll</HintPath>
4141
</Reference>
4242
<Reference Include="Rhino.Mocks">
4343
<HintPath>..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>

SharpRepository.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="EnyimMemcached" version="2.12" targetFramework="net40" />
4-
<package id="NUnit" version="2.6.1" targetFramework="net40" />
4+
<package id="NUnit" version="2.6.2" targetFramework="net40" />
55
<package id="RhinoMocks" version="3.6.1" />
66
<package id="ServiceStack.Common" version="3.9.28" targetFramework="net40" />
77
<package id="ServiceStack.Redis" version="3.9.29" targetFramework="net40" />
-92 KB
Binary file not shown.

0 commit comments

Comments
 (0)