From 7da4c4e4c77c3d91178c5719cbc3516ead4eb83c Mon Sep 17 00:00:00 2001 From: Alberto Spelta Date: Sun, 3 Dec 2023 16:18:01 +0100 Subject: [PATCH 1/2] build: Fix test run error for netcoreapp3.1 target framework --- src/Dax.Metadata.Tests/Dax.Metadata.Tests.csproj | 4 +++- .../Dax.Model.Extractor.Tests.csproj | 2 ++ src/Dax.Vpax.Tests/Dax.Vpax.Tests.csproj | 2 ++ src/Directory.Packages.props | 7 ++++--- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/Dax.Metadata.Tests/Dax.Metadata.Tests.csproj b/src/Dax.Metadata.Tests/Dax.Metadata.Tests.csproj index 8cb6667..8cd4967 100644 --- a/src/Dax.Metadata.Tests/Dax.Metadata.Tests.csproj +++ b/src/Dax.Metadata.Tests/Dax.Metadata.Tests.csproj @@ -1,8 +1,10 @@  - + net462;netcoreapp3.1;net6.0 false + + false diff --git a/src/Dax.Model.Extractor.Tests/Dax.Model.Extractor.Tests.csproj b/src/Dax.Model.Extractor.Tests/Dax.Model.Extractor.Tests.csproj index a1ad499..0ebf7c8 100644 --- a/src/Dax.Model.Extractor.Tests/Dax.Model.Extractor.Tests.csproj +++ b/src/Dax.Model.Extractor.Tests/Dax.Model.Extractor.Tests.csproj @@ -3,6 +3,8 @@ net462;netcoreapp3.1;net6.0 false + + false diff --git a/src/Dax.Vpax.Tests/Dax.Vpax.Tests.csproj b/src/Dax.Vpax.Tests/Dax.Vpax.Tests.csproj index a3a141c..38a8bde 100644 --- a/src/Dax.Vpax.Tests/Dax.Vpax.Tests.csproj +++ b/src/Dax.Vpax.Tests/Dax.Vpax.Tests.csproj @@ -3,6 +3,8 @@ net462;netcoreapp3.1;net6.0 false + + false diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 46af3f3..255d797 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -14,9 +14,10 @@ - - - + + + + \ No newline at end of file From acdde918f341bbcbc7af346e11b7df235de60653 Mon Sep 17 00:00:00 2001 From: Alberto Spelta Date: Sat, 10 Feb 2024 11:07:24 +0100 Subject: [PATCH 2/2] Update CODEOWNERS --- .github/CODEOWNERS | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5b2df88..18180c9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1 @@ -* @marcosqlbi @albertospelta - -/.azure/ @albertospelta -/.github/ @albertospelta \ No newline at end of file +* @albertospelta \ No newline at end of file