From 4a684a52a71d5aa77cfb4c8cda9e901b28253960 Mon Sep 17 00:00:00 2001 From: Deepak Khajuria <9539519+dk307@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:35:26 -0800 Subject: [PATCH] Misc updates (#108) * Nuget update * Use mono for test in ubuntu --- .github/workflows/tests.yml | 9 +++++++-- plugin/DllsToShip.txt | 1 + plugin/HSPI_ZWaveParameters.csproj | 8 ++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 90f2fbf1..f0f21671 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -148,8 +148,13 @@ jobs: submodules: true fetch-depth: 0 - - name: Setup dotnet - uses: actions/setup-dotnet@v3 + - name: Setup mono + run: | + sudo apt install dirmngr ca-certificates gnupg + sudo gpg --homedir /tmp --no-default-keyring --keyring /usr/share/keyrings/mono-official-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF + echo "deb [signed-by=/usr/share/keyrings/mono-official-archive-keyring.gpg] https://download.mono-project.com/repo/debian stable-buster main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list + sudo apt update + sudo apt install mono-devel - name: Navigate to Workspace run: cd $GITHUB_WORKSPACE diff --git a/plugin/DllsToShip.txt b/plugin/DllsToShip.txt index 0978af56..60a9ddfd 100644 --- a/plugin/DllsToShip.txt +++ b/plugin/DllsToShip.txt @@ -27,6 +27,7 @@ System.Console.dll System.Data.Common.dll System.Diagnostics.Contracts.dll System.Diagnostics.Debug.dll +System.Diagnostics.DiagnosticSource.dll System.Diagnostics.FileVersionInfo.dll System.Diagnostics.Process.dll System.Diagnostics.StackTrace.dll diff --git a/plugin/HSPI_ZWaveParameters.csproj b/plugin/HSPI_ZWaveParameters.csproj index d119a9dd..408bb2d0 100644 --- a/plugin/HSPI_ZWaveParameters.csproj +++ b/plugin/HSPI_ZWaveParameters.csproj @@ -159,7 +159,7 @@ 1.3.1 - 8.0.723 + 8.0.746 7.0.4 @@ -175,16 +175,16 @@ 5.1.2 - 3.0.1 + 3.1.1 - 4.1.0 + 5.0.0 5.0.0 - 9.11.0.78383 + 9.12.0.78982 runtime; build; native; contentfiles; analyzers; buildtransitive all