diff --git a/src/Simplify.EntityFramework/CHANGELOG.md b/src/Simplify.EntityFramework/CHANGELOG.md index d8670e19..de69cb9f 100644 --- a/src/Simplify.EntityFramework/CHANGELOG.md +++ b/src/Simplify.EntityFramework/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0-pre03] - 2023-04-26 + +### Dependencies + +- Microsoft.Extensions.Configuration.Abstractions bump to 6.0 +- Microsoft.EntityFrameworkCore removed due to no usage + ## [1.0-pre02] - 2022-11-11 ### Dependencies diff --git a/src/Simplify.EntityFramework/Simplify.EntityFramework.csproj b/src/Simplify.EntityFramework/Simplify.EntityFramework.csproj index 921add19..efb4b9bd 100644 --- a/src/Simplify.EntityFramework/Simplify.EntityFramework.csproj +++ b/src/Simplify.EntityFramework/Simplify.EntityFramework.csproj @@ -1,12 +1,12 @@  - netstandard2.1 + net6.0;netstandard2.1;netstandard2.0 true true snupkg true - 1.0-pre02 + 1.0-pre03 Alexander Krylkov Simplify @@ -20,8 +20,7 @@ See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Repository.FluentNHibernate/CHANGELOG.md for details - - +