1
0

Added Directory.Build.(props|targets)

This commit is contained in:
2022-09-30 00:37:47 +02:00
parent 36ddaf02ad
commit e8a1378f60
10 changed files with 82 additions and 90 deletions

View File

@@ -4,6 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
<CollectCoverage>true</CollectCoverage>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<Configurations>Debug;Release;DebugLocal</Configurations>
</PropertyGroup>
<ItemGroup>
@@ -21,7 +23,6 @@
<ItemGroup>
<ProjectReference Include="..\AMWD.Common.AspNetCore\AMWD.Common.AspNetCore.csproj" />
<!--ProjectReference Include="..\AMWD.Common.EntityFrameworkCore\AMWD.Common.EntityFrameworkCore.csproj" /-->
<ProjectReference Include="..\AMWD.Common\AMWD.Common.csproj" />
</ItemGroup>