Skip to content

Commit 7bf8dbd

Browse files
committed
Updated samples with version 1.1.8
1 parent b908a75 commit 7bf8dbd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<Private>True</Private>
8080
</Reference>
8181
<Reference Include="MyTested.WebApi, Version=1.1.5.0, Culture=neutral, processorArchitecture=MSIL">
82-
<HintPath>..\packages\MyTested.WebApi.1.1.7\lib\net45\MyTested.WebApi.dll</HintPath>
82+
<HintPath>..\packages\MyTested.WebApi.1.1.8\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.7" targetFramework="net45" />
16+
<package id="MyTested.WebApi" version="1.1.8" 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<Private>True</Private>
9494
</Reference>
9595
<Reference Include="MyTested.WebApi, Version=1.1.5.0, Culture=neutral, processorArchitecture=MSIL">
96-
<HintPath>..\..\packages\MyTested.WebApi.1.1.7\lib\net45\MyTested.WebApi.dll</HintPath>
96+
<HintPath>..\..\packages\MyTested.WebApi.1.1.8\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.7" targetFramework="net452" />
21+
<package id="MyTested.WebApi" version="1.1.8" 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)