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

9 lines
268 B
XML

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