Files

17 lines
462 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Accord.Math.Core\Accord.Math.Core.csproj"/>
</ItemGroup>
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<DefaultItemExcludes>Properties/**;$(DefaultItemExcludes)</DefaultItemExcludes>
</PropertyGroup>
</Project>