Commit f1b3d44
authored
Improve Project Files (#1937)
* Add Directory.Build.props to Solution Items folders
so it's more visible in Visual Studio.
* Add EnableWindowsTargeting to enable building .NET Framework libs on Linux and Mac
* Pull out common project properties to Directory.Build.props
* OxyPlot.SkiaSharp: fix use of deprecated functions
* Update Changelog
* Remove ReferenceAssemblies nuget
as it's included by DotNet.ReproducibleBuilds
* Update target frameworks
.NET Framework versions updated to 4.6.2 as 4.5.2 is EOL.
.NET Standard versions before 2.0 are no longer supported as
.NET Framework 4.6.2 supports .NET Standard 2.0.
Examples moved to .NET 6.0.
.NET Core 3.1 support removed as it is EOL on December 13, 2022.
Tests changed to run on .NET Framework and .NET 6.0.
Project SDKs updated to new Microsoft.NET.Sdk.
Fix nullable errors from updating to .NET 6.0.
* Update GitHub Actions .NET versions
* Remove .NET 6 builds for OxyPlot.Pdf
The underlying library is .NET Framework only, and it's deprecated.
It has a bug on .NET 6 related to code pages.
* Fix test discovery on .NET 6.0
* Change some tests to use TestCaseSource
* Update changelog
* Update AppVeyor image version
Hopefully this has .NET 6.0
* Enable net462 for example projects
May as well, since we need to build ExampleLibrary for net462 for the tests anyway.
* Fix rebase fallout
* Fix XpsExporter on .NET Framework
* ExampleLibrary: remove net6.0-windows target
* Address review feedback
- Update github actions versions
- Add .NET 7.0 targets
- Don't overwrite NoWarn
* Improve Directory.Build.targets
* Move nullability error suppression to use site1 parent 952d5c3 commit f1b3d44
51 files changed
Lines changed: 240 additions & 336 deletions
File tree
- .github/workflows
- Source
- Examples
- Core.Drawing/Example1
- ExampleGenerator
- ExampleLibrary
- ImageSharp/Example1
- PerformanceTest
- WPF
- ExampleBrowser
- SimpleDemo
- WpfExamples
- WindowsForms
- ExampleBrowser
- WindowsFormsDemo
- OxyPlot.Core.Drawing
- OxyPlot.ImageSharp.Tests
- OxyPlot.ImageSharp
- OxyPlot.Pdf.Tests
- OxyPlot.Pdf
- OxyPlot.SkiaSharp.Tests
- OxyPlot.SkiaSharp.Wpf
- OxyPlot.SkiaSharp
- OxyPlot.Tests
- Foundation
- Pdf
- PlotModel
- Svg
- OxyPlot.WindowsForms
- OxyPlot.Wpf.Tests
- OxyPlot.Wpf
- OxyPlot
- Foundation/CodeGenerator
- Imaging/Png
- Utilities
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| 32 | + | |
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 7 | | |
13 | | - | |
14 | | - | |
15 | 8 | | |
16 | | - | |
17 | 9 | | |
18 | 10 | | |
19 | 11 | | |
20 | 12 | | |
21 | 13 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 14 | | |
26 | 15 | | |
27 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| 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