From ab2e1c7a7ea1b35264e8d1bcb5c57d421e100ee5 Mon Sep 17 00:00:00 2001 From: Ivan Novikov Date: Sat, 2 Mar 2024 16:45:23 +0300 Subject: [PATCH] Slant.Entity@8.0.2-preview.1 --- .github/workflows/dotnet.yml | 5 ++--- Slant.Entity.Tests/Slant.Entity.Tests.csproj | 4 ++-- Slant.Entity/Slant.Entity.csproj | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d13b062..d0d78b7 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,8 +16,7 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: | - 6.0.x - 7.0.x + 8.0.x - name: Restore dependencies run: dotnet restore - name: Build @@ -36,7 +35,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: '7.0.x' + dotnet-version: '8.0.x' - name: Restore dependencies run: dotnet restore - name: Build NuGet diff --git a/Slant.Entity.Tests/Slant.Entity.Tests.csproj b/Slant.Entity.Tests/Slant.Entity.Tests.csproj index 534abc6..b84d8d3 100644 --- a/Slant.Entity.Tests/Slant.Entity.Tests.csproj +++ b/Slant.Entity.Tests/Slant.Entity.Tests.csproj @@ -1,14 +1,14 @@ - net8.0 + net8.0 disable false - + diff --git a/Slant.Entity/Slant.Entity.csproj b/Slant.Entity/Slant.Entity.csproj index 087d81f..ce8665c 100644 --- a/Slant.Entity/Slant.Entity.csproj +++ b/Slant.Entity/Slant.Entity.csproj @@ -4,7 +4,7 @@ net8.0 enable Slant.Entity - 8.0.1 + 8.0.2 Mehdi El Gueddari;Ivan Novikov DbContextScope;DbContext;EF;EFCore;EntityFramework;EntityFrameworkCore;UnitOfWork;AmbientDbContext;AmbientContext;RepositoryPattern A library for managing the lifetime of Entity Framework Core DbContext instances. This package is based on the original DbContextScope repository by Mehdi El Gueddari, updated for .NET 6+ and EF Core, with a number of additional improvements and bug fixes. @@ -12,7 +12,7 @@ README.md images\icon.png https://github.com/jonnynovikov/Slant.Entity - Copyright (c) 2014 Mehdi El Gueddari; (c) 2023 Ivan Novikov + Copyright (c) 2014 Mehdi El Gueddari; (c) 2016-2024 Ivan Novikov git true true