File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
src/Simplify.EntityFramework Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0-pre03] - 2023-04-26
4+
5+ ### Dependencies
6+
7+ - Microsoft.Extensions.Configuration.Abstractions bump to 6.0
8+ - Microsoft.EntityFrameworkCore removed due to no usage
9+
310## [ 1.0-pre02] - 2022-11-11
411
512### Dependencies
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netstandard2.1</TargetFrameworks >
3+ <TargetFrameworks >net6.0; netstandard2.1;netstandard2.0 </TargetFrameworks >
44 <EmbedUntrackedSources >true</EmbedUntrackedSources >
55 <IncludeSymbols >true</IncludeSymbols >
66 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
77 <GenerateDocumentationFile >true</GenerateDocumentationFile >
88
9- <Version >1.0-pre02 </Version >
9+ <Version >1.0-pre03 </Version >
1010
1111 <Authors >Alexander Krylkov</Authors >
1212 <Product >Simplify</Product >
2020 <PackageReleaseNotes >See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Repository.FluentNHibernate/CHANGELOG.md for details</PackageReleaseNotes >
2121 </PropertyGroup >
2222 <ItemGroup >
23- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 5.0.7" />
24- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 5.0.0" />
23+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 6.0.0" />
2524 <PackageReference Include =" System.Data.SqlClient" Version =" 4.8.5" />
2625 </ItemGroup >
2726 <ItemGroup >
You can’t perform that action at this time.
0 commit comments