diff --git a/.github/workflows/develop-ci.yml b/.github/workflows/develop-ci.yml index 8febb24..f023548 100644 --- a/.github/workflows/develop-ci.yml +++ b/.github/workflows/develop-ci.yml @@ -58,6 +58,13 @@ jobs: path: Meadow.Modbus ref: develop + - name: Checkout Meadow.Foundation + uses: actions/checkout@v3 + with: + repository: WildernessLabs/Meadow.Foundation + path: Meadow.Foundation + ref: develop + - name: Checkout Meadow.Foundation.MBus uses: actions/checkout@v3 with: @@ -67,7 +74,7 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: - 7.0.x + 8.0.x - name: Build Meadow Foundation run: dotnet build -c Release Meadow.Foundation.MBus/Source/MBus.sln diff --git a/Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj b/Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj index 8dc1315..fd0f1fb 100644 --- a/Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj +++ b/Source/Devices/RelayMBus/PadPulsM2/Driver/PadPulsM2.csproj @@ -1,7 +1,7 @@ - 1.9.0 + 1.11.0 Readme.md netstandard2.1 enable diff --git a/Source/Devices/SchneiderElectric/IEM3135/Driver/IEM3135.csproj b/Source/Devices/SchneiderElectric/IEM3135/Driver/IEM3135.csproj index 794572d..c1eee4d 100644 --- a/Source/Devices/SchneiderElectric/IEM3135/Driver/IEM3135.csproj +++ b/Source/Devices/SchneiderElectric/IEM3135/Driver/IEM3135.csproj @@ -1,7 +1,7 @@ - 1.9.0 + 1.11.0 Readme.md netstandard2.1 enable diff --git a/Source/Driver/Meadow.MBus.csproj b/Source/Driver/Meadow.MBus.csproj index f3f65db..ea21b69 100644 --- a/Source/Driver/Meadow.MBus.csproj +++ b/Source/Driver/Meadow.MBus.csproj @@ -1,7 +1,7 @@ - 1.9.0 + 1.11.0 Readme.md Wilderness Labs, Inc Apache-2.0 @@ -25,7 +25,7 @@ - + diff --git a/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj b/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj index 226cb80..ab91825 100644 --- a/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj +++ b/Source/Samples/MBus_Desktop_Sample/MBus_Desktop_Sample.csproj @@ -2,13 +2,13 @@ Exe - net7.0 + net8.0 enable enable - +