Commit c808109
authored
Add support for .NET 9.0 in project file (#744)
* Add support for .NET 9.0 in project file
Updated TargetFrameworks in MiniExcelLibs.csproj to include 'net9.0', expanding support beyond net45, netstandard2.0, and net8.0.
* Update workflows for .NET 9
- Added setup for .NET 9.0.x in `codeql-analysis.yml`.
- Added setup for .NET 9.0.x in `dotnet.yml`.1 parent c2ef412 commit c808109
File tree
3 files changed
+11
-2
lines changed- .github/workflows
- src/MiniExcel
3 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments