csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
2.1 KiB
38 lines
2.1 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Library</OutputType>
|
|
<TargetFrameworks>net40;net461;netstandard1.3;netstandard2.0</TargetFrameworks>
|
|
<AssemblyName>MathNet.Numerics</AssemblyName>
|
|
<RootNamespace>MathNet.Numerics</RootNamespace>
|
|
<IsPackable>true</IsPackable>
|
|
<PackageId>MathNet.Numerics$(PackageIdSuffix)</PackageId>
|
|
<VersionPrefix>4.4.1</VersionPrefix>
|
|
<VersionSuffix></VersionSuffix>
|
|
<PackageVersion>4.4.1</PackageVersion>
|
|
<Version>4.4.1</Version>
|
|
<AssemblyVersion>4.4.1.0</AssemblyVersion>
|
|
<FileVersion>4.4.1.0</FileVersion>
|
|
<Title>Math.NET Numerics$(TitleSuffix)</Title>
|
|
<Description>Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Supports .Net Framework 4.0 or higher and .Net Standard 1.3 or higher, on Windows, Linux and Mac.$(DescriptionSuffix)</Description>
|
|
<PackageReleaseNotes>Build: strong-name edition .Signed NuGet packages are available again</PackageReleaseNotes>
|
|
<PackageTags>math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</PackageTags>
|
|
<IsTool>false</IsTool>
|
|
<NeutralLanguage>en</NeutralLanguage>
|
|
<NoPackageAnalysis>false</NoPackageAnalysis>
|
|
<IncludeBuildOutput>true</IncludeBuildOutput>
|
|
<IncludeContentInPack>false</IncludeContentInPack>
|
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<EnableDefaultCompileItems>true</EnableDefaultCompileItems>
|
|
<NoWarn>1701;1702;1705;1591;1573</NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Numerics" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
</ItemGroup>
|
|
<Import Project="..\..\.paket\Paket.Restore.targets" />
|
|
</Project>
|
|
|