diff --git a/.github/workflows/nuget_publish.yml b/.github/workflows/nuget_publish.yml index 442b417..96d5142 100644 --- a/.github/workflows/nuget_publish.yml +++ b/.github/workflows/nuget_publish.yml @@ -13,7 +13,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Setup MSBuild Path uses: microsoft/setup-msbuild@v1.1 diff --git a/src/HueApi.ColorConverters/HueApi.ColorConverters.csproj b/src/HueApi.ColorConverters/HueApi.ColorConverters.csproj index b007d14..988fcd6 100644 --- a/src/HueApi.ColorConverters/HueApi.ColorConverters.csproj +++ b/src/HueApi.ColorConverters/HueApi.ColorConverters.csproj @@ -1,12 +1,12 @@ - net8.0;net7.0 + net8.0;net9.0 preview enable enable nullable - 1.5.1 + 1.7.0 Michiel Post MIT For Clip v2 API. Open source library for interaction with the Philips Hue Bridge. Allows you to control your lights from C#. diff --git a/src/HueApi.ConsoleSample/HueApi.ConsoleSample.csproj b/src/HueApi.ConsoleSample/HueApi.ConsoleSample.csproj index 958f408..2fd8ef0 100644 --- a/src/HueApi.ConsoleSample/HueApi.ConsoleSample.csproj +++ b/src/HueApi.ConsoleSample/HueApi.ConsoleSample.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 enable enable nullable @@ -10,8 +10,8 @@ - - + + diff --git a/src/HueApi.Entertainment.ConsoleSample/HueApi.Entertainment.ConsoleSample.csproj b/src/HueApi.Entertainment.ConsoleSample/HueApi.Entertainment.ConsoleSample.csproj index 69e50a2..47a753c 100644 --- a/src/HueApi.Entertainment.ConsoleSample/HueApi.Entertainment.ConsoleSample.csproj +++ b/src/HueApi.Entertainment.ConsoleSample/HueApi.Entertainment.ConsoleSample.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 enable enable nullable diff --git a/src/HueApi.Entertainment/HueApi.Entertainment.csproj b/src/HueApi.Entertainment/HueApi.Entertainment.csproj index 76730ab..c43de00 100644 --- a/src/HueApi.Entertainment/HueApi.Entertainment.csproj +++ b/src/HueApi.Entertainment/HueApi.Entertainment.csproj @@ -1,12 +1,12 @@ - net8.0;net7.0 + net8.0;net9.0 preview enable enable nullable - 1.5.1 + 1.7.0 Michiel Post MIT For Clip v2 API. Open source library for interaction with the Philips Hue Bridge. Allows you to control your lights from C#. diff --git a/src/HueApi.Tests/HueApi.Tests.csproj b/src/HueApi.Tests/HueApi.Tests.csproj index 179dd2f..60a5932 100644 --- a/src/HueApi.Tests/HueApi.Tests.csproj +++ b/src/HueApi.Tests/HueApi.Tests.csproj @@ -1,18 +1,18 @@ - net8.0 + net9.0 enable false fcd8dc33-3d52-4d10-8e84-c110b00825f8 - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/HueApi/HueApi.csproj b/src/HueApi/HueApi.csproj index 7d84620..48cc296 100644 --- a/src/HueApi/HueApi.csproj +++ b/src/HueApi/HueApi.csproj @@ -1,12 +1,12 @@ - net8.0;net7.0 + net8.0;net9.0 preview enable enable nullable - 1.6.3 + 1.7.0 Michiel Post MIT For Clip v2 API. Open source library for interaction with the Philips Hue Bridge. Allows you to control your lights from C#. diff --git a/src/HueDiagnostics/HueDiagnostics.csproj b/src/HueDiagnostics/HueDiagnostics.csproj index 9710166..76f7677 100644 --- a/src/HueDiagnostics/HueDiagnostics.csproj +++ b/src/HueDiagnostics/HueDiagnostics.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 enable enable nullable @@ -10,8 +10,8 @@ - - + + diff --git a/src/Q42.HueApi.ColorConverters/Q42.HueApi.ColorConverters.csproj b/src/Q42.HueApi.ColorConverters/Q42.HueApi.ColorConverters.csproj index 0db9d04..e50214f 100644 --- a/src/Q42.HueApi.ColorConverters/Q42.HueApi.ColorConverters.csproj +++ b/src/Q42.HueApi.ColorConverters/Q42.HueApi.ColorConverters.csproj @@ -1,11 +1,11 @@ - netstandard2.1;net45;net8.0;net7.0 + netstandard2.1;net45;net8.0;net7.0;net9.0 latest enable CS8600;CS8601;CS8602;CS8603;CS8625;CS8613 - 3.23.1 + 3.23.2 Q42 Michiel Post, Q42 MIT diff --git a/src/Q42.HueApi.Streaming.Sample/Q42.HueApi.Streaming.Sample.csproj b/src/Q42.HueApi.Streaming.Sample/Q42.HueApi.Streaming.Sample.csproj index 7d39557..deeceea 100644 --- a/src/Q42.HueApi.Streaming.Sample/Q42.HueApi.Streaming.Sample.csproj +++ b/src/Q42.HueApi.Streaming.Sample/Q42.HueApi.Streaming.Sample.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 diff --git a/src/Q42.HueApi.Streaming/Q42.HueApi.Streaming.csproj b/src/Q42.HueApi.Streaming/Q42.HueApi.Streaming.csproj index ec558bf..579ec49 100644 --- a/src/Q42.HueApi.Streaming/Q42.HueApi.Streaming.csproj +++ b/src/Q42.HueApi.Streaming/Q42.HueApi.Streaming.csproj @@ -1,7 +1,7 @@ - netstandard2.1;net471;net8.0;net7.0 + netstandard2.1;net471;net8.0;net7.0;net9.0 enable CS8600;CS8601;CS8602;CS8603;CS8625;CS8613 Michiel Post, Q42 @@ -14,7 +14,7 @@ GitHub philips hue lights entertainment Q42.HueApi.Entertainment - 3.23.1 + 3.23.2 true True snupkg diff --git a/src/Q42.HueApi/Q42.HueApi.csproj b/src/Q42.HueApi/Q42.HueApi.csproj index 45756ce..c1bb0f9 100644 --- a/src/Q42.HueApi/Q42.HueApi.csproj +++ b/src/Q42.HueApi/Q42.HueApi.csproj @@ -1,11 +1,11 @@ - netstandard2.1;net45;net8.0;net7.0 + netstandard2.1;net45;net8.0;net7.0;net9.0 latest enable CS8600;CS8601;CS8602;CS8603;CS8625;CS8613 - 3.23.1 + 3.23.2 Michiel Post MIT Open source library for interaction with the Philips Hue Bridge. Allows you to control your lights from C#. Supports .Net Standard 2.0 and .net45