|
@@ -1,9 +1,9 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
<OutputType>Exe</OutputType>
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
|
- <Version>2.1.1.307</Version>
|
|
|
+ <Version>2.1.1.312</Version>
|
|
|
<Description>https://github.com/sersms/Sers/tree/2.1.1/release</Description>
|
|
|
</PropertyGroup>
|
|
|
|
|
@@ -20,17 +20,13 @@
|
|
|
</Content>
|
|
|
</ItemGroup>
|
|
|
|
|
|
- <ItemGroup>
|
|
|
- <Folder Include="wwwroot\" />
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
<ItemGroup>
|
|
|
<ProjectReference Include="..\..\..\Sers\Sers.CL\Ipc\Sers.CL.Ipc.SharedMemory\Sers.CL.Ipc.SharedMemory.csproj" />
|
|
|
<ProjectReference Include="..\..\..\Sers\Sers.CL\WebSocket\Sers.CL.WebSocket\Sers.CL.WebSocket.csproj" />
|
|
|
<ProjectReference Include="..\..\..\Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex\Sers.CL.Zmq.FullDuplex.csproj" />
|
|
|
<ProjectReference Include="..\..\..\Sers\Sers.CL\Zmq\ThreadWait\Sers.CL.ClrZmq.ThreadWait\Sers.CL.ClrZmq.ThreadWait.csproj" />
|
|
|
-
|
|
|
<ProjectReference Include="..\..\..\Sers\Sers.Gateway\Sers.Gateway\Sers.Gateway.csproj" />
|
|
|
</ItemGroup>
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
</Project>
|