|
@@ -1,26 +1,17 @@
|
|
-<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
+<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<Version>2.1.3.627</Version>
|
|
<Version>2.1.3.627</Version>
|
|
<PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
|
|
<PackageProjectUrl>https://github.com/serset/Sers</PackageProjectUrl>
|
|
|
|
+ <UserSecretsId>7f6416b5-a916-438d-825d-feba700d497d</UserSecretsId>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <Content Include="contentTypeMap.json">
|
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
- </Content>
|
|
|
|
- <Content Include="appsettings.json">
|
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
- </Content>
|
|
|
|
- <Content Include="web.config">
|
|
|
|
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
- </Content>
|
|
|
|
- </ItemGroup>
|
|
|
|
|
|
+ <PackageReference Include="Microsoft.AspNetCore.App" />
|
|
|
|
|
|
- <ItemGroup>
|
|
|
|
<ProjectReference Include="..\..\Library\Sers\Sers.CL\Ipc\Sers.CL.Ipc.SharedMemory\Sers.CL.Ipc.SharedMemory.csproj" />
|
|
<ProjectReference Include="..\..\Library\Sers\Sers.CL\Ipc\Sers.CL.Ipc.SharedMemory\Sers.CL.Ipc.SharedMemory.csproj" />
|
|
<ProjectReference Include="..\..\Library\Sers\Sers.CL\WebSocket\Sers.CL.WebSocket\Sers.CL.WebSocket.csproj" />
|
|
<ProjectReference Include="..\..\Library\Sers\Sers.CL\WebSocket\Sers.CL.WebSocket\Sers.CL.WebSocket.csproj" />
|
|
<ProjectReference Include="..\..\Library\Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex\Sers.CL.Zmq.FullDuplex.csproj" />
|
|
<ProjectReference Include="..\..\Library\Sers\Sers.CL\Zmq\FullDuplex\Sers.CL.Zmq.FullDuplex\Sers.CL.Zmq.FullDuplex.csproj" />
|