2018-02-20 21:09:23 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-05-12 01:10:27 +02:00
|
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
2018-02-20 21:09:23 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-05-12 01:10:27 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="System.Runtime.Intrinsics.Experimental" Version="4.5.0-rc1" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2018-02-20 21:09:23 +01:00
|
|
|
</Project>
|