Skip to content

Commit 88a871d

Browse files
committed
Updated samples with version 1.2
1 parent 0dc375d commit 88a871d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

samples/Books Web API/Books.Tests/Books.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
<HintPath>..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll</HintPath>
7979
<Private>True</Private>
8080
</Reference>
81-
<Reference Include="MyTested.WebApi, Version=1.1.5.0, Culture=neutral, processorArchitecture=MSIL">
82-
<HintPath>..\packages\MyTested.WebApi.1.1.8\lib\net45\MyTested.WebApi.dll</HintPath>
81+
<Reference Include="MyTested.WebApi, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
82+
<HintPath>..\packages\MyTested.WebApi.1.2.0\lib\net45\MyTested.WebApi.dll</HintPath>
8383
<Private>True</Private>
8484
</Reference>
8585
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

samples/Books Web API/Books.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<package id="Microsoft.Owin.Security.OAuth" version="3.0.1" targetFramework="net45" />
1414
<package id="Microsoft.Owin.Testing" version="3.0.1" targetFramework="net45" />
1515
<package id="Moq" version="4.2.1510.2205" targetFramework="net45" />
16-
<package id="MyTested.WebApi" version="1.1.8" targetFramework="net45" />
16+
<package id="MyTested.WebApi" version="1.2.0" targetFramework="net45" />
1717
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
1818
<package id="Ninject" version="3.2.2.0" targetFramework="net45" />
1919
<package id="NUnit" version="2.6.4" targetFramework="net45" />

samples/Source Control System API/Tests/SourceControlSystem.Api.Tests/SourceControlSystem.Api.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
<HintPath>..\..\packages\Moq.4.2.1510.2205\lib\net40\Moq.dll</HintPath>
9393
<Private>True</Private>
9494
</Reference>
95-
<Reference Include="MyTested.WebApi, Version=1.1.5.0, Culture=neutral, processorArchitecture=MSIL">
96-
<HintPath>..\..\packages\MyTested.WebApi.1.1.8\lib\net45\MyTested.WebApi.dll</HintPath>
95+
<Reference Include="MyTested.WebApi, Version=1.2.0.0, Culture=neutral, processorArchitecture=MSIL">
96+
<HintPath>..\..\packages\MyTested.WebApi.1.2.0\lib\net45\MyTested.WebApi.dll</HintPath>
9797
<Private>True</Private>
9898
</Reference>
9999
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

samples/Source Control System API/Tests/SourceControlSystem.Api.Tests/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<package id="Microsoft.Owin.Hosting" version="3.0.1" targetFramework="net452" />
1919
<package id="Microsoft.Owin.Testing" version="3.0.1" targetFramework="net452" />
2020
<package id="Moq" version="4.2.1510.2205" targetFramework="net452" />
21-
<package id="MyTested.WebApi" version="1.1.8" targetFramework="net452" />
21+
<package id="MyTested.WebApi" version="1.2.0" targetFramework="net452" />
2222
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net452" />
2323
<package id="Owin" version="1.0" targetFramework="net452" />
2424
</packages>

0 commit comments

Comments
 (0)