|
3 | 3 | <PropertyGroup> |
4 | 4 | <OutputType>Library</OutputType> |
5 | 5 | <TargetFrameworks>net9.0;net8.0;</TargetFrameworks> |
6 | | - <LangVersion>7.3</LangVersion> |
7 | 6 | <AssemblyName>MathNet.Numerics</AssemblyName> |
8 | 7 | <RootNamespace>MathNet.Numerics</RootNamespace> |
9 | 8 | <IsPackable>true</IsPackable> |
10 | 9 | <PackageId>MathNet.Numerics</PackageId> |
11 | 10 | <PackageId Condition="'$(StrongName)'=='True'">MathNet.Numerics.Signed</PackageId> |
12 | | - <VersionPrefix>6.0.0</VersionPrefix> |
13 | | - <VersionSuffix>beta1</VersionSuffix> |
| 11 | + <VersionPrefix>6.0.1</VersionPrefix> |
| 12 | + <VersionSuffix>beta2</VersionSuffix> |
14 | 13 | <Title>Math.NET Numerics$(TitleSuffix)</Title> |
15 | | - <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 5.0 or higher, .NET Standard 2.0 and .NET Framework 4.6.1 or higher, on Windows, Linux and Mac.$(DescriptionSuffix)</Description> |
16 | | - <PackageReleaseNotes>attempt to revive this project with upgraded tooling, for net8.0, net6.0, net48 and netstandard2.0 |
17 | | -many contributions, proper release notes with attributions will follow. thank you all!</PackageReleaseNotes> |
| 14 | + <Description>OpenWECD.Numerics.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 8.0 or .NET 9.0, on Windows, Linux and Mac.$(DescriptionSuffix)</Description> |
18 | 15 | <PackageTags>math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</PackageTags> |
19 | 16 | <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
20 | 17 | <EnableDefaultCompileItems>true</EnableDefaultCompileItems> |
21 | 18 | <NoWarn>1701;1702;1705;1591;1573</NoWarn> |
22 | 19 | <ApplicationIcon>HASTv7.ico</ApplicationIcon> |
23 | 20 | <Platforms>AnyCPU;x64</Platforms> |
| 21 | + <Company>OpenWECD.Numerics.Math.NET Project</Company> |
| 22 | + <Product>OpenWECD.Numerics</Product> |
| 23 | + <PackageProjectUrl>http://www.openwecd.fun/</PackageProjectUrl> |
| 24 | + <Copyright>Copyright OpenWECD.Numerics..Math.NET Project</Copyright> |
| 25 | + </PropertyGroup> |
| 26 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net9.0|AnyCPU'"> |
| 27 | + <IsAotCompatible>True</IsAotCompatible> |
| 28 | + </PropertyGroup> |
| 29 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0|AnyCPU'"> |
| 30 | + <IsAotCompatible>True</IsAotCompatible> |
| 31 | + </PropertyGroup> |
| 32 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net9.0|x64'"> |
| 33 | + <IsAotCompatible>True</IsAotCompatible> |
| 34 | + </PropertyGroup> |
| 35 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0|x64'"> |
| 36 | + <IsAotCompatible>True</IsAotCompatible> |
| 37 | + </PropertyGroup> |
| 38 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net9.0|AnyCPU'"> |
| 39 | + <IsAotCompatible>True</IsAotCompatible> |
| 40 | + </PropertyGroup> |
| 41 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'"> |
| 42 | + <IsAotCompatible>True</IsAotCompatible> |
| 43 | + </PropertyGroup> |
| 44 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net9.0|x64'"> |
| 45 | + <IsAotCompatible>True</IsAotCompatible> |
| 46 | + </PropertyGroup> |
| 47 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|x64'"> |
| 48 | + <IsAotCompatible>True</IsAotCompatible> |
24 | 49 | </PropertyGroup> |
25 | 50 | <!--<ItemGroup> |
26 | 51 | <Content Include="HASTv7.ico" /> |
27 | 52 | </ItemGroup>--> |
28 | 53 | <ItemGroup> |
29 | | - <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24324.1"> |
| 54 | + <PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24415.1"> |
30 | 55 | <PrivateAssets>all</PrivateAssets> |
31 | 56 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
32 | 57 | </PackageReference> |
|
0 commit comments