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

22 lines
761 B
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>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
<TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
<IsPackable>false</IsPackable>
<DefaultItemExcludes>$(DefaultItemExcludes);</DefaultItemExcludes>
2019-05-15 14:56:09 +00:00
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
</PropertyGroup>
2019-07-01 14:35:43 +00:00
2019-05-15 14:56:09 +00:00
<ItemGroup>
2019-08-15 11:33:57 +00:00
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0-preview8.19405.7" />
2019-05-15 14:56:09 +00:00
</ItemGroup>
2019-06-04 14:43:20 +00:00
<ItemGroup>
<ProjectReference Include="..\..\common\ASC.Data.Storage\ASC.Data.Storage.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>