Skip to content

Commit 993e157

Browse files
committed
Add dependencies
1 parent b773be8 commit 993e157

8 files changed

+9
-3
lines changed

Nuget.Config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="Local" value="dependencies\" />
5+
</packageSources>
6+
</configuration>
10.1 KB
Binary file not shown.
7.19 KB
Binary file not shown.
9.3 KB
Binary file not shown.
9.51 KB
Binary file not shown.
8.06 KB
Binary file not shown.

src/OwinSelfHosted-SampleApplication/OwinSelfHosted-SampleApplication.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<Reference Include="Microsoft.Owin.Host.HttpListener, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
4444
<HintPath>..\..\packages\Microsoft.Owin.Host.HttpListener.4.1.0\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
4545
</Reference>
46-
<Reference Include="Microsoft.Owin.Hosting, Version=2.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47-
<HintPath>..\..\packages\Microsoft.Owin.Hosting.2.0.2\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
46+
<Reference Include="Microsoft.Owin.Hosting, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47+
<HintPath>..\..\packages\Microsoft.Owin.Hosting.4.1.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
4848
</Reference>
4949
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
5050
<HintPath>..\..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>

src/OwinSelfHosted-SampleApplication/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<package id="Microsoft.AspNet.WebApi.OwinSelfHost" version="5.2.7" targetFramework="net45" />
88
<package id="Microsoft.Owin" version="4.1.0" targetFramework="net45" />
99
<package id="Microsoft.Owin.Host.HttpListener" version="4.1.0" targetFramework="net45" />
10-
<package id="Microsoft.Owin.Hosting" version="2.0.2" targetFramework="net45" />
10+
<package id="Microsoft.Owin.Hosting" version="4.1.0" targetFramework="net45" />
1111
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
1212
<package id="Ninject" version="3.3.4" targetFramework="net45" />
1313
<package id="Ninject.Web.Common" version="3.3.2" targetFramework="net45" />

0 commit comments

Comments
 (0)