Skip to content

Commit

Permalink
[deps] Microsoft.Extensions.Configuration.Abstractions bump to 6.0
Browse files Browse the repository at this point in the history
[deps
  • Loading branch information
i4004 committed Apr 26, 2023
1 parent bc6aa46 commit d322a69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions src/Simplify.EntityFramework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 3 additions & 4 deletions src/Simplify.EntityFramework/Simplify.EntityFramework.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.1</TargetFrameworks>
<TargetFrameworks>net6.0;netstandard2.1;netstandard2.0</TargetFrameworks>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>1.0-pre02</Version>
<Version>1.0-pre03</Version>

<Authors>Alexander Krylkov</Authors>
<Product>Simplify</Product>
Expand All @@ -20,8 +20,7 @@
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Repository.FluentNHibernate/CHANGELOG.md for details</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit d322a69

Please sign in to comment.