Skip to content

Commit b98bc74

Browse files
author
Elad Zelingher
committed
Fixing build
1 parent 4725f6d commit b98bc74

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/net45/Extensions/WampSharp.Owin/WampSharp.Owin.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<Private>True</Private>
4141
</Reference>
4242
<Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
43-
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
43+
<HintPath>..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
4444
<Private>True</Private>
4545
</Reference>
4646
<Reference Include="System" />
@@ -60,9 +60,6 @@
6060
<Compile Include="Owin\WebSocketMessageTypes.cs" />
6161
<Compile Include="Owin\OwinWebSocketWrapper.cs" />
6262
</ItemGroup>
63-
<ItemGroup>
64-
<None Include="packages.config" />
65-
</ItemGroup>
6663
<ItemGroup>
6764
<ProjectReference Include="..\..\Default\WampSharp.NewtonsoftJson\WampSharp.NewtonsoftJson.csproj">
6865
<Project>{2DBD5996-521B-4BD2-9ECF-35C5B9BC1A59}</Project>
@@ -81,7 +78,9 @@
8178
<Name>WampSharp.WebSockets</Name>
8279
</ProjectReference>
8380
</ItemGroup>
84-
<ItemGroup />
81+
<ItemGroup>
82+
<None Include="packages.config" />
83+
</ItemGroup>
8584
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
8685
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
8786
Other similar extension points exist, see Microsoft.Common.targets.

0 commit comments

Comments
 (0)