From 9babf002758c47ea3920753a1f82610e684943f6 Mon Sep 17 00:00:00 2001 From: Nikolaj Brask-Nielsen Date: Tue, 11 Oct 2022 14:26:20 +0200 Subject: [PATCH 1/5] chore(deps): Updated dependencies in the test project --- src/Examine.Test/Examine.Test.csproj | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/Examine.Test/Examine.Test.csproj b/src/Examine.Test/Examine.Test.csproj index b13cff0df..a02767816 100644 --- a/src/Examine.Test/Examine.Test.csproj +++ b/src/Examine.Test/Examine.Test.csproj @@ -57,23 +57,26 @@ 4.8.0-beta00016 - 11.2.2 + 11.2.3 - - - - - + + + + + - 3.13.2 + 3.13.3 - + - + + + + \ No newline at end of file From 09251298cf8c909b49aa451fb5edc22873f560ee Mon Sep 17 00:00:00 2001 From: Nikcio Date: Tue, 11 Oct 2022 17:57:09 +0200 Subject: [PATCH 2/5] chore(deps): Switch Microsoft.Azure.Storage.Blob --> Azure.Storage.Blobs --- src/Examine.Test/Examine.Test.csproj | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Examine.Test/Examine.Test.csproj b/src/Examine.Test/Examine.Test.csproj index a02767816..8e0114f9d 100644 --- a/src/Examine.Test/Examine.Test.csproj +++ b/src/Examine.Test/Examine.Test.csproj @@ -1,4 +1,4 @@ - + Library @@ -53,12 +53,10 @@ + 4.8.0-beta00016 - - 11.2.3 - From 04caf3dc2e9113b201a0bb287030bb9ca9f85a9a Mon Sep 17 00:00:00 2001 From: Nikcio Date: Tue, 11 Oct 2022 18:07:56 +0200 Subject: [PATCH 3/5] chore(deps): Remove unneeded reference --- src/Examine.Test/Examine.Test.csproj | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Examine.Test/Examine.Test.csproj b/src/Examine.Test/Examine.Test.csproj index 8e0114f9d..338a3d272 100644 --- a/src/Examine.Test/Examine.Test.csproj +++ b/src/Examine.Test/Examine.Test.csproj @@ -74,7 +74,4 @@ - - - \ No newline at end of file From aeb2895bf9804189f49ab7a2921a64811e15dd98 Mon Sep 17 00:00:00 2001 From: Nikcio Date: Tue, 11 Oct 2022 18:10:30 +0200 Subject: [PATCH 4/5] chore: Update framework to net 6 --- src/Examine.Test/Examine.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Examine.Test/Examine.Test.csproj b/src/Examine.Test/Examine.Test.csproj index 338a3d272..fdd1ae48a 100644 --- a/src/Examine.Test/Examine.Test.csproj +++ b/src/Examine.Test/Examine.Test.csproj @@ -11,7 +11,7 @@ - net5.0 + net6.0 false false From c92c9d4c02259dab3bcf34171b639d077e303e64 Mon Sep 17 00:00:00 2001 From: Nikolaj Brask-Nielsen Date: Fri, 21 Oct 2022 15:48:01 +0200 Subject: [PATCH 5/5] test: Multi target test project & Add .NET 6 support to Build workflow --- .github/workflows/build.yml | 5 +++++ src/Examine.Test/Examine.Test.csproj | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ae00eb9e..5e17d1166 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,11 @@ jobs: with: dotnet-version: 5.0.x + - name: Setup .NET SDK 6.0.x + uses: actions/setup-dotnet@v2 + with: + dotnet-version: 6.0.x + - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0.9.9 with: diff --git a/src/Examine.Test/Examine.Test.csproj b/src/Examine.Test/Examine.Test.csproj index fdd1ae48a..0c5fb2d52 100644 --- a/src/Examine.Test/Examine.Test.csproj +++ b/src/Examine.Test/Examine.Test.csproj @@ -1,4 +1,4 @@ - + Library @@ -11,7 +11,7 @@ - net6.0 + net6.0;net5.0 false false