Skip to content

Commit

Permalink
Misc updates (#108)
Browse files Browse the repository at this point in the history
* Nuget update
* Use mono for test in ubuntu
  • Loading branch information
dk307 authored Nov 13, 2023
1 parent f7ed601 commit 4a684a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugin/DllsToShip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions plugin/HSPI_ZWaveParameters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<Version>1.3.1</Version>
</PackageReference>
<PackageReference Include="HtmlSanitizer">
<Version>8.0.723</Version>
<Version>8.0.746</Version>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers">
<Version>7.0.4</Version>
Expand All @@ -175,16 +175,16 @@
<Version>5.1.2</Version>
</PackageReference>
<PackageReference Include="Serilog">
<Version>3.0.1</Version>
<Version>3.1.1</Version>
</PackageReference>
<PackageReference Include="Serilog.Sinks.Console">
<Version>4.1.0</Version>
<Version>5.0.0</Version>
</PackageReference>
<PackageReference Include="Serilog.Sinks.File">
<Version>5.0.0</Version>
</PackageReference>
<PackageReference Include="SonarAnalyzer.CSharp">
<Version>9.11.0.78383</Version>
<Version>9.12.0.78982</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit 4a684a5

Please sign in to comment.