Skip to content

Commit 0804b0c

Browse files
authored
Remove support for NET40 (#1100)
Remove support for NET40 #960
1 parent 0f75f6e commit 0804b0c

27 files changed

Lines changed: 14 additions & 2495 deletions

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.
2020
- The `Smooth` property in LineSeries and PolylineAnnotation (#494)
2121
- Support for Silverlight (#1049)
2222
- Support for WP8 (#1050)
23+
- Support for NET40 (#960)
2324

2425
### Fixed
2526
- Manipulation when using touch is not working in Windows (#1011)

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ Note that we have currently have a lot of old (v2015.*) and pre-release packages
4545
Package | Targets
4646
--------|---------------
4747
OxyPlot.Core | Portable class library
48-
OxyPlot.Wpf | WPF (NET40, NET45)
49-
OxyPlot.WindowsForms | Windows Forms (NET40, NET45)
48+
OxyPlot.Wpf | WPF (NET45)
49+
OxyPlot.WindowsForms | Windows Forms (NET45)
5050
OxyPlot.Windows | Windows 8.1 and Windows Phone 8.1
5151
OxyPlot.WP8 | Windows Phone Silverlight
52-
OxyPlot.GtkSharp | GTK# 2 and 3 (NET40, NET45)
52+
OxyPlot.GtkSharp | GTK# 2 and 3 (NET45)
5353
OxyPlot.Xamarin.Android | MonoAndroid
5454
OxyPlot.Xamarin.iOS | MonoTouch and iOS10
5555
OxyPlot.Xamarin.Mac | Mac20
5656
OxyPlot.Xamarin.Forms | MonoTouch, iOS10, MonoAndroid, WP8
57-
OxyPlot.Xwt | NET40, NET45
58-
OxyPlot.OpenXML | NET40, NET45
59-
OxyPlot.Pdf | PdfSharp (NET40, NET45)
57+
OxyPlot.Xwt | NET45
58+
OxyPlot.OpenXML | NET45
59+
OxyPlot.Pdf | PdfSharp (NET45)
6060

6161
#### Contribute
6262

Source/Examples/ExampleLibrary/ExampleLibrary_NET40.csproj

Lines changed: 0 additions & 163 deletions
This file was deleted.

Source/Examples/GtkSharp/ExampleBrowser/ExampleBrowserGtk3_NET40.csproj

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)