From 00f80be45f43c5b2a1f0dccdc987491ac132bcf7 Mon Sep 17 00:00:00 2001 From: James Croft Date: Mon, 14 Mar 2022 21:07:02 +0000 Subject: [PATCH 1/2] Removed .NET 3.1 support for EF Core library --- .github/workflows/ci.yml | 5 ----- .github/workflows/docs.yml | 5 ----- src/MADE.Data.EFCore/MADE.Data.EFCore.csproj | 6 +----- 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5d250fd..c8148607 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,11 +45,6 @@ jobs: echo "BUILD_VERSION=$version" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append shell: pwsh - - name: Setup .NET Core 3.1 - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 3.1.x - - name: Setup .NET 5.0 uses: actions/setup-dotnet@v1 with: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f4e10d80..a96c5a2f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,11 +24,6 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Setup .NET Core 3.1 - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 3.1.x - - name: Setup .NET 5.0 uses: actions/setup-dotnet@v1 with: diff --git a/src/MADE.Data.EFCore/MADE.Data.EFCore.csproj b/src/MADE.Data.EFCore/MADE.Data.EFCore.csproj index e9631c5f..ef674f8f 100644 --- a/src/MADE.Data.EFCore/MADE.Data.EFCore.csproj +++ b/src/MADE.Data.EFCore/MADE.Data.EFCore.csproj @@ -1,7 +1,7 @@ - net6.0;net5.0;netcoreapp3.1 + net6.0;net5.0 true MADE.NET Entity Framework @@ -22,8 +22,4 @@ - - - - From 5554d77545d0e37b1580ceb5403789dd864cd0e3 Mon Sep 17 00:00:00 2001 From: James Croft Date: Mon, 14 Mar 2022 21:09:54 +0000 Subject: [PATCH 2/2] Updated NuGet packages --- src/MADE.Data.EFCore/MADE.Data.EFCore.csproj | 4 ++-- tests/MADE.Collections.Tests/MADE.Collections.Tests.csproj | 4 ++-- .../MADE.Data.Converters.Tests.csproj | 4 ++-- .../MADE.Data.Validation.Tests.csproj | 4 ++-- tests/MADE.Diagnostics.Tests/MADE.Diagnostics.Tests.csproj | 4 ++-- tests/MADE.Networking.Tests/MADE.Networking.Tests.csproj | 4 ++-- tests/MADE.Web.Tests/MADE.Web.Tests.csproj | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/MADE.Data.EFCore/MADE.Data.EFCore.csproj b/src/MADE.Data.EFCore/MADE.Data.EFCore.csproj index ef674f8f..dd6031c4 100644 --- a/src/MADE.Data.EFCore/MADE.Data.EFCore.csproj +++ b/src/MADE.Data.EFCore/MADE.Data.EFCore.csproj @@ -15,11 +15,11 @@ - + - + diff --git a/tests/MADE.Collections.Tests/MADE.Collections.Tests.csproj b/tests/MADE.Collections.Tests/MADE.Collections.Tests.csproj index cf131985..36a291be 100644 --- a/tests/MADE.Collections.Tests/MADE.Collections.Tests.csproj +++ b/tests/MADE.Collections.Tests/MADE.Collections.Tests.csproj @@ -12,10 +12,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/tests/MADE.Data.Converters.Tests/MADE.Data.Converters.Tests.csproj b/tests/MADE.Data.Converters.Tests/MADE.Data.Converters.Tests.csproj index 46856fdb..cadec057 100644 --- a/tests/MADE.Data.Converters.Tests/MADE.Data.Converters.Tests.csproj +++ b/tests/MADE.Data.Converters.Tests/MADE.Data.Converters.Tests.csproj @@ -12,10 +12,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/tests/MADE.Data.Validation.Tests/MADE.Data.Validation.Tests.csproj b/tests/MADE.Data.Validation.Tests/MADE.Data.Validation.Tests.csproj index fc9ef998..f945be70 100644 --- a/tests/MADE.Data.Validation.Tests/MADE.Data.Validation.Tests.csproj +++ b/tests/MADE.Data.Validation.Tests/MADE.Data.Validation.Tests.csproj @@ -12,10 +12,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/tests/MADE.Diagnostics.Tests/MADE.Diagnostics.Tests.csproj b/tests/MADE.Diagnostics.Tests/MADE.Diagnostics.Tests.csproj index ed1c4dd5..dfa76997 100644 --- a/tests/MADE.Diagnostics.Tests/MADE.Diagnostics.Tests.csproj +++ b/tests/MADE.Diagnostics.Tests/MADE.Diagnostics.Tests.csproj @@ -12,10 +12,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/tests/MADE.Networking.Tests/MADE.Networking.Tests.csproj b/tests/MADE.Networking.Tests/MADE.Networking.Tests.csproj index b2880027..fdab2fd0 100644 --- a/tests/MADE.Networking.Tests/MADE.Networking.Tests.csproj +++ b/tests/MADE.Networking.Tests/MADE.Networking.Tests.csproj @@ -12,10 +12,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/tests/MADE.Web.Tests/MADE.Web.Tests.csproj b/tests/MADE.Web.Tests/MADE.Web.Tests.csproj index 975973d3..8c32914b 100644 --- a/tests/MADE.Web.Tests/MADE.Web.Tests.csproj +++ b/tests/MADE.Web.Tests/MADE.Web.Tests.csproj @@ -12,10 +12,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + - +