|
|
|
@ -3,10 +3,6 @@ |
|
|
|
<TargetFramework>netstandard2.0</TargetFramework> |
|
|
|
<LangVersion>7.3</LangVersion> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
|
<DebugType>full</DebugType> |
|
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\src\Squidex.Domain.Apps.Core.Operations\Squidex.Domain.Apps.Core.Operations.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
@ -31,7 +27,4 @@ |
|
|
|
<ItemGroup> |
|
|
|
<AdditionalFiles Include="..\..\stylecop.json" Link="stylecop.json" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Folder Include="Properties\" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |
|
|
|
|