Skip to content

Commit f5aaedc

Browse files
committed
更新信息
1 parent a0936de commit f5aaedc

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

src/Numerics/Numerics.csproj

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,55 @@
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
55
<TargetFrameworks>net9.0;net8.0;</TargetFrameworks>
6-
<LangVersion>7.3</LangVersion>
76
<AssemblyName>MathNet.Numerics</AssemblyName>
87
<RootNamespace>MathNet.Numerics</RootNamespace>
98
<IsPackable>true</IsPackable>
109
<PackageId>MathNet.Numerics</PackageId>
1110
<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>
1413
<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>
1815
<PackageTags>math numeric statistics probability integration interpolation regression solve fit linear algebra matrix fft</PackageTags>
1916
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
2017
<EnableDefaultCompileItems>true</EnableDefaultCompileItems>
2118
<NoWarn>1701;1702;1705;1591;1573</NoWarn>
2219
<ApplicationIcon>HASTv7.ico</ApplicationIcon>
2320
<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>
2449
</PropertyGroup>
2550
<!--<ItemGroup>
2651
<Content Include="HASTv7.ico" />
2752
</ItemGroup>-->
2853
<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">
3055
<PrivateAssets>all</PrivateAssets>
3156
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3257
</PackageReference>

0 commit comments

Comments
 (0)