DocSpace-buildtools/common/services/ASC.Socket.IO.Svc/ASC.Socket.IO.Svc.csproj

33 lines
1.2 KiB
XML
Raw Normal View History

2020-08-02 20:12:45 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
2021-08-25 15:26:13 +00:00
<TargetFramework>net6.0</TargetFramework>
2020-08-02 20:12:45 +00:00
<ApplicationIcon />
<OutputType>Exe</OutputType>
<RazorCompileOnBuild>false</RazorCompileOnBuild>
<GenerateMvcApplicationPartsAssemblyAttributes>false</GenerateMvcApplicationPartsAssemblyAttributes>
2020-08-02 20:12:45 +00:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.1.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="6.0.0-preview.7.21377.19" />
2021-08-30 16:17:57 +00:00
<PackageReference Include="WebSocketSharpNetStandart" Version="1.0.3-rc12" />
2020-08-20 09:38:57 +00:00
</ItemGroup>
2020-08-02 20:12:45 +00:00
<ItemGroup>
2021-06-16 13:54:36 +00:00
<ProjectReference Include="..\..\ASC.Api.Core\ASC.Api.Core.csproj" />
2020-08-02 20:12:45 +00:00
<ProjectReference Include="..\..\ASC.Common\ASC.Common.csproj" />
<ProjectReference Include="..\..\ASC.Core.Common\ASC.Core.Common.csproj" />
2020-12-28 13:47:59 +00:00
<ProjectReference Include="..\..\ASC.Data.Encryption\ASC.Data.Encryption.csproj" />
2020-08-02 20:12:45 +00:00
</ItemGroup>
</Project>