diff --git a/.github/workflows/build-tests.yml b/.github/workflows/build-tests.yml index f7b7376..63dc3dc 100644 --- a/.github/workflows/build-tests.yml +++ b/.github/workflows/build-tests.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.x + dotnet-version: 8.x - name: Install dependencies run: dotnet restore @@ -27,5 +27,5 @@ jobs: - name: Test Pack nuget run: | - dotnet pack --no-build --no-restore --include-symbols --verbosity normal + dotnet pack --no-build --no-restore --include-symbols --verbosity normal --configuration Debug diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ae4831..2b9066f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.x + dotnet-version: 8.x - name: Install dependencies run: dotnet restore diff --git a/myNOC.WeatherLink.v3.ncrunchsolution b/myNOC.WeatherLink.v3.ncrunchsolution index 10420ac..fe9b070 100644 --- a/myNOC.WeatherLink.v3.ncrunchsolution +++ b/myNOC.WeatherLink.v3.ncrunchsolution @@ -1,6 +1,8 @@  True + False + True True \ No newline at end of file diff --git a/samples/SampleConsoleApp/SampleConsoleApp.csproj b/samples/SampleConsoleApp/SampleConsoleApp.csproj index 38bf6f3..8ff94ab 100644 --- a/samples/SampleConsoleApp/SampleConsoleApp.csproj +++ b/samples/SampleConsoleApp/SampleConsoleApp.csproj @@ -1,19 +1,15 @@ - Exe - net7.0 + net8.0 enable enable - - - + - - + + - - + \ No newline at end of file diff --git a/src/myNOC.WeatherLink/myNOC.WeatherLink.csproj b/src/myNOC.WeatherLink/myNOC.WeatherLink.csproj index 028ce55..46770de 100644 --- a/src/myNOC.WeatherLink/myNOC.WeatherLink.csproj +++ b/src/myNOC.WeatherLink/myNOC.WeatherLink.csproj @@ -1,57 +1,37 @@ - - - net6.0;net7.0 - 11.0 - enable - enable - true - true - snupkg - true - true - true - embedded - true - False - myNOC.WeatherLink - myNOC LLC - A .NET SDK to Communicate with the WeatherLink v2 API. - README.md - LICENSE.txt - Copyright © myNOC LLC 2023 - $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - https://github.com/erenken/weatherlink - https://github.com/erenken/weatherlink - git - - - - true - pdbonly - true - - - - true - pdbonly - true - - - - - - - - - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + net8.0 + 12.0 + enable + enable + snupkg + true + true + true + embedded + true + False + myNOC.WeatherLink + myNOC LLC + A .NET SDK to Communicate with the WeatherLink v2 API. + README.md + LICENSE.txt + Copyright © myNOC LLC 2023 + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + + + true + pdbonly + true + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/myNOC.Tests.WeatherLink/myNOC.Tests.WeatherLink.csproj b/tests/myNOC.Tests.WeatherLink/myNOC.Tests.WeatherLink.csproj index 9a93ced..25c66dd 100644 --- a/tests/myNOC.Tests.WeatherLink/myNOC.Tests.WeatherLink.csproj +++ b/tests/myNOC.Tests.WeatherLink/myNOC.Tests.WeatherLink.csproj @@ -1,31 +1,26 @@ - - net7.0 + net8.0 enable enable - false - - - - - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + + + + - - True @@ -33,12 +28,10 @@ Resources.resx - ResXFileCodeGenerator Resources.Designer.cs - - + \ No newline at end of file