From edd70b17c1956c70f9a50d0759d09c20d35961b8 Mon Sep 17 00:00:00 2001 From: Murdo R Ergeaux Date: Thu, 25 Jul 2024 10:53:25 +0100 Subject: [PATCH 1/2] Bump to .NET8 and add Directory.Build.props --- Source/Directory.Build.props | 6 ++++++ .../AvaloniaExamples/AvaloniaExamples.csproj | 8 ++++---- .../Avalonia/ExampleBrowser/ExampleBrowser.csproj | 12 ++++++------ .../Examples/Avalonia/MemoryTest/MemoryTest.csproj | 8 ++++---- .../Examples/Avalonia/SimpleDemo/SimpleDemo.csproj | 8 ++++---- Source/OxyPlot.Avalonia/OxyPlot.Avalonia.csproj | 4 ++-- 6 files changed, 26 insertions(+), 20 deletions(-) create mode 100644 Source/Directory.Build.props diff --git a/Source/Directory.Build.props b/Source/Directory.Build.props new file mode 100644 index 0000000..3f15db6 --- /dev/null +++ b/Source/Directory.Build.props @@ -0,0 +1,6 @@ + + + 11.0.0 + 2.1.2 + + \ No newline at end of file diff --git a/Source/Examples/Avalonia/AvaloniaExamples/AvaloniaExamples.csproj b/Source/Examples/Avalonia/AvaloniaExamples/AvaloniaExamples.csproj index bbb2151..3540b23 100644 --- a/Source/Examples/Avalonia/AvaloniaExamples/AvaloniaExamples.csproj +++ b/Source/Examples/Avalonia/AvaloniaExamples/AvaloniaExamples.csproj @@ -1,6 +1,6 @@  - net7.0 + net8.0 WinExe @@ -9,8 +9,8 @@ - - - + + + \ No newline at end of file diff --git a/Source/Examples/Avalonia/ExampleBrowser/ExampleBrowser.csproj b/Source/Examples/Avalonia/ExampleBrowser/ExampleBrowser.csproj index 093bd4d..90ea5f9 100644 --- a/Source/Examples/Avalonia/ExampleBrowser/ExampleBrowser.csproj +++ b/Source/Examples/Avalonia/ExampleBrowser/ExampleBrowser.csproj @@ -1,14 +1,14 @@  WinExe - net7.0 + net8.0 - - - - - + + + + + diff --git a/Source/Examples/Avalonia/MemoryTest/MemoryTest.csproj b/Source/Examples/Avalonia/MemoryTest/MemoryTest.csproj index f1ee87b..c13c26a 100644 --- a/Source/Examples/Avalonia/MemoryTest/MemoryTest.csproj +++ b/Source/Examples/Avalonia/MemoryTest/MemoryTest.csproj @@ -1,13 +1,13 @@  - net7.0 + net8.0 Exe - - - + + + \ No newline at end of file diff --git a/Source/Examples/Avalonia/SimpleDemo/SimpleDemo.csproj b/Source/Examples/Avalonia/SimpleDemo/SimpleDemo.csproj index 56a4abd..e84ede3 100644 --- a/Source/Examples/Avalonia/SimpleDemo/SimpleDemo.csproj +++ b/Source/Examples/Avalonia/SimpleDemo/SimpleDemo.csproj @@ -1,14 +1,14 @@  - net7.0 + net8.0 Exe - - - + + + \ No newline at end of file diff --git a/Source/OxyPlot.Avalonia/OxyPlot.Avalonia.csproj b/Source/OxyPlot.Avalonia/OxyPlot.Avalonia.csproj index 8540300..7874ce4 100644 --- a/Source/OxyPlot.Avalonia/OxyPlot.Avalonia.csproj +++ b/Source/OxyPlot.Avalonia/OxyPlot.Avalonia.csproj @@ -32,7 +32,7 @@ - - + + From b1eeb83f65f746a16bd16087c1411cb710bf550d Mon Sep 17 00:00:00 2001 From: Murdo R Ergeaux Date: Sat, 3 Aug 2024 14:31:21 +0100 Subject: [PATCH 2/2] Remove NuGet.config --- Source/NuGet.config | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Source/NuGet.config diff --git a/Source/NuGet.config b/Source/NuGet.config deleted file mode 100644 index b77bb78..0000000 --- a/Source/NuGet.config +++ /dev/null @@ -1,6 +0,0 @@ - - - - - -