Skip to content

Commit ca198f7

Browse files
committed
Updated NSubstitute to current version.
1 parent c2db25f commit ca198f7

File tree

15 files changed

+105
-579
lines changed

15 files changed

+105
-579
lines changed

source/NSubstituteAutoMocker.UnitTests/NSubstituteAutoMocker.UnitTests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="NSubstitute, Version=1.5.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
39-
<SpecificVersion>False</SpecificVersion>
40-
<HintPath>..\packages\NSubstitute.1.5.0.0\lib\NET40\NSubstitute.dll</HintPath>
38+
<Reference Include="NSubstitute, Version=1.8.2.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
39+
<HintPath>..\packages\NSubstitute.1.8.2.0\lib\net45\NSubstitute.dll</HintPath>
40+
<Private>True</Private>
4141
</Reference>
4242
<Reference Include="System" />
4343
</ItemGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NSubstitute" version="1.5.0.0" targetFramework="net45" />
3+
<package id="NSubstitute" version="1.8.2.0" targetFramework="net45" />
44
</packages>

source/NSubstituteAutoMocker/NSubstituteAutoMocker.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<ItemGroup>
33-
<Reference Include="NSubstitute">
34-
<HintPath>..\packages\NSubstitute.1.5.0.0\lib\NET40\NSubstitute.dll</HintPath>
33+
<Reference Include="NSubstitute, Version=1.8.2.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
34+
<HintPath>..\packages\NSubstitute.1.8.2.0\lib\net45\NSubstitute.dll</HintPath>
35+
<Private>True</Private>
3536
</Reference>
3637
<Reference Include="System" />
3738
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NSubstitute" version="1.5.0.0" targetFramework="net45" />
3+
<package id="NSubstitute" version="1.8.2.0" targetFramework="net45" />
44
</packages>
Binary file not shown.

source/packages/NSubstitute.1.5.0.0/lib/NET35/NSubstitute.XML

Lines changed: 0 additions & 275 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)