diff --git a/.github/workflows/gated-build.yml b/.github/workflows/gated-build.yml
index 3ff539b..6920f00 100644
--- a/.github/workflows/gated-build.yml
+++ b/.github/workflows/gated-build.yml
@@ -1,18 +1,20 @@
name: Gated-build
-
+
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
-
+
jobs:
build:
-
+
runs-on: ubuntu-latest
-
+
steps:
- uses: actions/checkout@v2
+ - name: Install libssl
+ run: sudo apt-get update && sudo apt-get install -y libssl1.1 || sudo apt-get install -y libssl3
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
diff --git a/src/AppInsights.EnterpriseTelemetry.csproj b/src/AppInsights.EnterpriseTelemetry.csproj
index d07c185..ba8ede0 100644
--- a/src/AppInsights.EnterpriseTelemetry.csproj
+++ b/src/AppInsights.EnterpriseTelemetry.csproj
@@ -18,8 +18,9 @@
-
-
+
+
+
diff --git a/tests/AppInsights.EnterpriseTelemetry.Tests/AppInsights.EnterpriseTelemetry.Tests.csproj b/tests/AppInsights.EnterpriseTelemetry.Tests/AppInsights.EnterpriseTelemetry.Tests.csproj
index b2c5cb3..1019d0d 100644
--- a/tests/AppInsights.EnterpriseTelemetry.Tests/AppInsights.EnterpriseTelemetry.Tests.csproj
+++ b/tests/AppInsights.EnterpriseTelemetry.Tests/AppInsights.EnterpriseTelemetry.Tests.csproj
@@ -15,6 +15,9 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+