From 1ffb4902465f0943f6995734ee65260688cb5b0d Mon Sep 17 00:00:00 2001 From: thefringeninja <495495+thefringeninja@users.noreply.github.com> Date: Tue, 17 Oct 2023 09:51:10 -0700 Subject: [PATCH] reference .net reference assemblies to enable mono compile on linux --- .github/workflows/base.yml | 9 +++++++++ Directory.Build.props | 2 ++ src/Directory.Build.props | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 1cf5a9d7a..54952fe77 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -20,6 +20,15 @@ jobs: runs-on: ${{ matrix.os }} name: EventStore.Client.${{ matrix.test }}/${{ matrix.os }}/${{ matrix.framework }}/${{ inputs.docker-tag }} steps: + - name: List packages + shell: bash + run: | + apt list --installed + - name: Install Mono + shell: bash + if: matrix.framework == 'net48' + run: | + sudo apt-get install -y mono-devel - name: Checkout uses: actions/checkout@v3 - shell: bash diff --git a/Directory.Build.props b/Directory.Build.props index 37918c2f4..e03134ec3 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -18,5 +18,7 @@ + + diff --git a/src/Directory.Build.props b/src/Directory.Build.props index ffe2a4475..452f71834 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -33,7 +33,7 @@ - +