New Connection Class replacing Client, Controller Class replaceing networkController, no json support yet
This commit is contained in:
@@ -119,6 +119,8 @@
|
||||
<Compile Include="App.xaml.cs">
|
||||
<DependentUpon>App.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Connection.cs" />
|
||||
<Compile Include="Controller.cs" />
|
||||
<Compile Include="MainPage.xaml.cs">
|
||||
<DependentUpon>MainPage.xaml</DependentUpon>
|
||||
</Compile>
|
||||
@@ -185,6 +187,9 @@
|
||||
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
||||
<Version>6.2.12</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="SocketIoClientDotNet">
|
||||
<Version>0.9.13</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="SocketIOSharp">
|
||||
<Version>2.0.3</Version>
|
||||
</PackageReference>
|
||||
|
||||
Reference in New Issue
Block a user