File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
src/Simplify.Web.Multipart Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.7.1] - 2023-02-11
4+
5+ ### Dependencies
6+
7+ - HttpMultipartParser to 8.1.0 (PR #42 )
8+
9+ ### Removed
10+
11+ - Explicit .NET 5 support
12+
313## [ 1.7.0] - 2023-01-10
414
515### Dependencies
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net6.0;net5.0; netstandard2.1;net48</TargetFrameworks >
3+ <TargetFrameworks >net6.0;netstandard2.1;net48</TargetFrameworks >
44 <LangVersion >latest</LangVersion >
55 <EmbedUntrackedSources >true</EmbedUntrackedSources >
66 <IncludeSymbols >true</IncludeSymbols >
77 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
99
10- <Version >1.7</Version >
10+ <Version >1.7.1 </Version >
1111
1212 <Authors >Alexander Krylkov</Authors >
1313 <Product >Simplify</Product >
You can’t perform that action at this time.
0 commit comments