File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed
Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.5.5] - 2022-09-08
4+
5+ ### Added
6+
7+ - .NET 6 support
8+ - .NET Standard 2.1 support
9+
10+ ### Dependencies
11+
12+ - Microsoft.Extensions.Configuration bump to 3.1.32
13+
314## [ 1.5.4] - 2022-09-08
415
516### Fixed
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >netstandard2.0;net462 </TargetFrameworks >
3+ <TargetFrameworks >net6.0; netstandard2.1;netstandard2.0;net48 </TargetFrameworks >
44 <LangVersion >latest</LangVersion >
55 <EmbedUntrackedSources >true</EmbedUntrackedSources >
66 <IncludeSymbols >true</IncludeSymbols >
2121 <PackageReleaseNotes >See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.Mail/CHANGELOG.md for details</PackageReleaseNotes >
2222 </PropertyGroup >
2323 <ItemGroup >
24- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 3.1.* " />
24+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 3.1.32 " />
2525 </ItemGroup >
26- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
26+ <ItemGroup Condition =" '$(TargetFramework)' == 'net6.0' Or '$(TargetFramework)' == 'netstandard2.1' Or '$(TargetFramework)' == ' netstandard2.0' " >
2727 <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 4.7.0" />
2828 </ItemGroup >
29- <ItemGroup Condition =" '$(TargetFramework)' == 'net462 ' " >
29+ <ItemGroup Condition =" '$(TargetFramework)' == 'net48 ' " >
3030 <Reference Include =" System" />
3131 <Reference Include =" System.Configuration" />
3232 </ItemGroup >
You can’t perform that action at this time.
0 commit comments