DocSpace-client/web/ASC.Web.Studio/ASC.Web.Studio.csproj

28 lines
1.0 KiB
XML
Raw Normal View History

2019-06-04 14:43:20 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
2019-05-15 14:56:09 +00:00
<PropertyGroup>
2021-08-25 15:26:13 +00:00
<TargetFramework>net6.0</TargetFramework>
2019-05-15 14:56:09 +00:00
<IsPackable>false</IsPackable>
<DefaultItemExcludes>$(DefaultItemExcludes);</DefaultItemExcludes>
<RazorCompileOnBuild>false</RazorCompileOnBuild>
<GenerateMvcApplicationPartsAssemblyAttributes>false</GenerateMvcApplicationPartsAssemblyAttributes>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
2019-05-15 14:56:09 +00:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
2019-07-01 14:35:43 +00:00
2019-05-15 14:56:09 +00:00
<ItemGroup>
2021-11-23 14:56:27 +00:00
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.2.0" />
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="6.0.0" />
2019-05-15 14:56:09 +00:00
</ItemGroup>
2019-06-04 14:43:20 +00:00
<ItemGroup>
2019-09-10 12:42:15 +00:00
<ProjectReference Include="..\..\common\ASC.Api.Core\ASC.Api.Core.csproj" />
2019-07-09 10:29:53 +00:00
<ProjectReference Include="..\ASC.Web.Core\ASC.Web.Core.csproj" />
2019-06-04 14:43:20 +00:00
</ItemGroup>
2019-05-15 14:56:09 +00:00
</Project>