Cosmos/source/Cosmos.Debug.Kernel/Cosmos.Debug.Kernel.csproj
2020-11-22 14:42:10 +01:00

9 lines
269 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
</Project>