Skip to content

Commit

Permalink
Revert "Added test to verify that WindowsIdentities are usable in OnD…
Browse files Browse the repository at this point in the history
…isconnected"

This reverts commit e1b1de6.
  • Loading branch information
halter73 committed Dec 12, 2014
1 parent 8fc7da3 commit ea883ae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 98 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Microsoft.Owin.Host.SystemWeb.2.1.0\lib\net45\Microsoft.Owin.Host.SystemWeb.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Owin.Hosting, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\Microsoft.Owin.Hosting.2.1.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.Administration, Version=7.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
</Reference>
Expand Down Expand Up @@ -100,7 +96,6 @@
<Compile Include="Server\Hubs\HubProgressFacts.cs" />
<Compile Include="Server\Hubs\SecurityFacts.cs" />
<Compile Include="Server\Hubs\TypedHubFacts.cs" />
<Compile Include="Server\Hubs\WindowsAuthFacts.cs" />
<Compile Include="Server\Transports\WebSocketFacts.cs" />
</ItemGroup>
<ItemGroup>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<package id="Microsoft.Owin" version="2.1.0" targetFramework="net45" />
<package id="Microsoft.Owin.Host.HttpListener" version="2.1.0" targetFramework="net45" />
<package id="Microsoft.Owin.Host.SystemWeb" version="2.1.0" targetFramework="net45" />
<package id="Microsoft.Owin.Hosting" version="2.1.0" targetFramework="net45" />
<package id="Moq" version="4.0.10827" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
<package id="Owin" version="1.0" targetFramework="net45" />
Expand Down

0 comments on commit ea883ae

Please sign in to comment.