Cosmos/source/Cosmos.Debug.Kernel/Cosmos.Debug.Kernel.csproj

10 lines
333 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<Configurations>Debug;Release;UnitTest</Configurations>
</PropertyGroup>
</Project>