From ae848e036dc70886e064a70949557b71d8ee5706 Mon Sep 17 00:00:00 2001 From: Ben Parsons <9parsonsb@gmail.com> Date: Sat, 18 May 2024 00:56:52 +1000 Subject: [PATCH] back to net8 but with nuget! --- Botanist/Botanist.csproj | 2 +- ObservatoryFramework/ObservatoryFramework.csproj | 2 +- Pulsar/Pulsar.csproj | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Botanist/Botanist.csproj b/Botanist/Botanist.csproj index c70b1e3..c1812fb 100644 --- a/Botanist/Botanist.csproj +++ b/Botanist/Botanist.csproj @@ -1,7 +1,7 @@  - net9.0 + net8.0 enable false Debug;Release;Portable diff --git a/ObservatoryFramework/ObservatoryFramework.csproj b/ObservatoryFramework/ObservatoryFramework.csproj index 7c94243..26178c4 100644 --- a/ObservatoryFramework/ObservatoryFramework.csproj +++ b/ObservatoryFramework/ObservatoryFramework.csproj @@ -1,7 +1,7 @@  - net9.0 + net8.0 enable Observatory.Framework Debug;Release;Portable diff --git a/Pulsar/Pulsar.csproj b/Pulsar/Pulsar.csproj index eaaf115..9c345e0 100644 --- a/Pulsar/Pulsar.csproj +++ b/Pulsar/Pulsar.csproj @@ -2,7 +2,7 @@ exe - net9.0 + net8.0 enable enable Pulsar @@ -21,6 +21,7 @@ + \ No newline at end of file