mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
8 lines
201 B
XML
8 lines
201 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|