diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index 893e23c..23b9c5d 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -37,7 +37,7 @@ jobs:
timeout 120 dotnet test --no-build --verbosity normal
- name: Report Status
if: always()
- uses: ravsamhq/notify-slack-action@v1
+ uses: ravsamhq/notify-slack-action@2.5.0
with:
status: ${{ job.status }}
notify_when: "failure,warnings"
diff --git a/src/Org.Quickstart.API/Org.Quickstart.API.csproj b/src/Org.Quickstart.API/Org.Quickstart.API.csproj
index f556581..27f4578 100644
--- a/src/Org.Quickstart.API/Org.Quickstart.API.csproj
+++ b/src/Org.Quickstart.API/Org.Quickstart.API.csproj
@@ -11,10 +11,10 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/src/Org.Quickstart.API/Program.cs b/src/Org.Quickstart.API/Program.cs
index a58a7d4..69d4bdd 100644
--- a/src/Org.Quickstart.API/Program.cs
+++ b/src/Org.Quickstart.API/Program.cs
@@ -4,7 +4,7 @@
using Microsoft.AspNetCore.Builder;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
-using Microsoft.OpenApi.Models;
+using Microsoft.OpenApi;
using Org.Quickstart.API.Models;
using Couchbase.Extensions.DependencyInjection;
using Microsoft.AspNetCore.Hosting.Server;
diff --git a/src/Org.Quickstart.IntegrationTests/Org.Quickstart.IntegrationTests.csproj b/src/Org.Quickstart.IntegrationTests/Org.Quickstart.IntegrationTests.csproj
index 3ef1729..8f45b83 100644
--- a/src/Org.Quickstart.IntegrationTests/Org.Quickstart.IntegrationTests.csproj
+++ b/src/Org.Quickstart.IntegrationTests/Org.Quickstart.IntegrationTests.csproj
@@ -11,18 +11,18 @@
4
-
+
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
-
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all