We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdccab commit 5c43fa5Copy full SHA for 5c43fa5
GeoChatter/GeoChatter.Web/GeoChatter.Web.csproj
@@ -173,9 +173,6 @@
173
<FrameworkReference Include="Microsoft.AspNetCore.App" />
174
</ItemGroup>
175
<ItemGroup>
176
- <Reference Include="GeoChatter.Security.Client">
177
- <HintPath>..\..\References\GeoChatter.Security.Client.dll</HintPath>
178
- </Reference>
179
<Reference Include="TwitchLib.Api">
180
<HintPath>..\..\References\TwitchLib.Api.dll</HintPath>
181
</Reference>
GeoChatter/GeoChatter.Web/GuessApiClient.cs
@@ -3,7 +3,6 @@
3
using GeoChatter.Core.Logging;
4
using GeoChatter.Model.Enums;
5
using GeoChatter.Core.Model;
6
-using GeoChatter.Security.Client;
7
using GuessServerApiInterfaces;
8
using Microsoft.AspNetCore.SignalR.Client;
9
using Microsoft.Extensions.Logging;
0 commit comments