IFPSTools.NET/IFPSLib/IFPSLib.csproj
2022-08-07 15:42:41 +01:00

18 lines
599 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NativeMemoryArray" Version="1.2.0" />
<PackageReference Include="SharpFloatLibrary" Version="1.0.4" />
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
</ItemGroup>
<Import Project="..\LoadSaveExtensions\LoadSaveExtensions.projitems" Label="Shared" />
</Project>