Skip to content
Snippets Groups Projects
Commit 1ba7bdaa authored by Sillinger Péter's avatar Sillinger Péter
Browse files

Added package Microsoft.Owin.Hosting. Now project is buildable.

parent 44129e03
Branches
Tags
No related merge requests found
...@@ -3,6 +3,7 @@ using System.Net; ...@@ -3,6 +3,7 @@ using System.Net;
using System.Net.Sockets; using System.Net.Sockets;
using System.Threading; using System.Threading;
using Microsoft.AspNet.SignalR; using Microsoft.AspNet.SignalR;
using Microsoft.Owin.Hosting;
using Owin; using Owin;
namespace zsirozas namespace zsirozas
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
<packages> <packages>
<package id="Microsoft.AspNet.SignalR.Client" version="2.4.1" targetFramework="net461" /> <package id="Microsoft.AspNet.SignalR.Client" version="2.4.1" targetFramework="net461" />
<package id="Microsoft.AspNet.SignalR.Core" version="2.4.1" targetFramework="net461" /> <package id="Microsoft.AspNet.SignalR.Core" version="2.4.1" targetFramework="net461" />
<package id="Microsoft.Owin" version="2.1.0" targetFramework="net461" /> <package id="Microsoft.Owin" version="4.1.0" targetFramework="net461" />
<package id="Microsoft.Owin.Hosting" version="4.1.0" targetFramework="net461" />
<package id="Microsoft.Owin.Security" version="2.1.0" targetFramework="net461" /> <package id="Microsoft.Owin.Security" version="2.1.0" targetFramework="net461" />
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net461" /> <package id="Newtonsoft.Json" version="6.0.4" targetFramework="net461" />
<package id="Owin" version="1.0" targetFramework="net461" /> <package id="Owin" version="1.0" targetFramework="net461" />
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath> <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference> </Reference>
<Reference Include="Microsoft.Owin"> <Reference Include="Microsoft.Owin">
<HintPath>..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll</HintPath> <HintPath>..\packages\Microsoft.Owin.4.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
</Reference> </Reference>
<Reference Include="Microsoft.Owin.Security"> <Reference Include="Microsoft.Owin.Security">
<HintPath>..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath> <HintPath>..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
...@@ -58,6 +58,9 @@ ...@@ -58,6 +58,9 @@
</Reference> </Reference>
<Reference Include="System.Net.Http" /> <Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.WebRequest" /> <Reference Include="System.Net.Http.WebRequest" />
<Reference Include="Microsoft.Owin.Hosting">
<HintPath>..\packages\Microsoft.Owin.Hosting.4.1.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Form1.cs"> <Compile Include="Form1.cs">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment