Skip to content

Commit a2f0396

Browse files
committed
更新为net9.0
1 parent 7de9ffe commit a2f0396

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"sdk": {
3-
"version": "8.0.100",
4-
"rollForward": "feature"
5-
}
2+
"sdk": {
3+
"version": "9.0.100-preview.5.24307.3",
4+
"rollForward": "feature"
5+
}
66
}

src/Data.Matlab/Data.Matlab.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ many contributions, proper release notes with attributions will follow. thank yo
2929
<ProjectReference Include="..\Numerics\Numerics.csproj" />
3030
</ItemGroup>
3131
<ItemGroup>
32-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
32+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24225.1">
3333
<PrivateAssets>all</PrivateAssets>
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3535
</PackageReference>

src/Data.Text/Data.Text.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ many contributions, proper release notes with attributions will follow. thank yo
2929
<ProjectReference Include="..\Numerics\Numerics.csproj" />
3030
</ItemGroup>
3131
<ItemGroup>
32-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
32+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24225.1">
3333
<PrivateAssets>all</PrivateAssets>
3434
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3535
</PackageReference>

src/Numerics/Numerics.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFrameworks>net8.0;net6.0;net48;netstandard2.0</TargetFrameworks>
5+
<TargetFrameworks>net9.0;net8.0;net6.0;netstandard2.0</TargetFrameworks>
66
<LangVersion>7.3</LangVersion>
77
<AssemblyName>MathNet.Numerics</AssemblyName>
88
<RootNamespace>MathNet.Numerics</RootNamespace>
@@ -21,7 +21,7 @@ many contributions, proper release notes with attributions will follow. thank yo
2121
<NoWarn>1701;1702;1705;1591;1573</NoWarn>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
24+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24225.1">
2525
<PrivateAssets>all</PrivateAssets>
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>

src/Providers.CUDA/Providers.CUDA.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFrameworks>net8.0;net6.0;net48;netstandard2.0</TargetFrameworks>
5+
<TargetFrameworks>net9.0;net8.0;net6.0;netstandard2.0</TargetFrameworks>
66
<LangVersion>7.3</LangVersion>
77
<AssemblyName>MathNet.Numerics.Providers.CUDA</AssemblyName>
88
<RootNamespace>MathNet.Numerics.Providers.CUDA</RootNamespace>
@@ -23,7 +23,7 @@ many contributions, proper release notes with attributions will follow. thank yo
2323
<ProjectReference Include="..\Numerics\Numerics.csproj" />
2424
</ItemGroup>
2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
26+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24225.1">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>

src/Providers.MKL/Providers.MKL.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFrameworks>net8.0;net6.0;net48;netstandard2.0</TargetFrameworks>
5+
<TargetFrameworks>net9.0;net8.0;net6.0;netstandard2.0</TargetFrameworks>
66
<LangVersion>7.3</LangVersion>
77
<AssemblyName>MathNet.Numerics.Providers.MKL</AssemblyName>
88
<RootNamespace>MathNet.Numerics.Providers.MKL</RootNamespace>
@@ -23,7 +23,7 @@ many contributions, proper release notes with attributions will follow. thank yo
2323
<ProjectReference Include="..\Numerics\Numerics.csproj" />
2424
</ItemGroup>
2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
26+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24225.1">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>

src/Providers.OpenBLAS/Providers.OpenBLAS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFrameworks>net8.0;net6.0;net48;netstandard2.0</TargetFrameworks>
5+
<TargetFrameworks>net9.0;net8.0;net6.0;netstandard2.0</TargetFrameworks>
66
<LangVersion>7.3</LangVersion>
77
<AssemblyName>MathNet.Numerics.Providers.OpenBLAS</AssemblyName>
88
<RootNamespace>MathNet.Numerics.Providers.OpenBLAS</RootNamespace>
@@ -23,7 +23,7 @@ many contributions, proper release notes with attributions will follow. thank yo
2323
<ProjectReference Include="..\Numerics\Numerics.csproj" />
2424
</ItemGroup>
2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
26+
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="9.0.0-preview.24225.1">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>

0 commit comments

Comments
 (0)