Skip to content

Commit c342d31

Browse files
committed
[edit] target framework according to HttpMultipartParser 6.0.1
[up] version
1 parent 2326cd8 commit c342d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Simplify.Web.Multipart/Simplify.Web.Multipart.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;net5.0;netstandard2.0</TargetFrameworks>
3+
<TargetFrameworks>net6.0;net5.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.4.5</Version>
10+
<Version>1.5</Version>
1111

1212
<Authors>Alexander Krylkov</Authors>
1313
<Product>Simplify</Product>

0 commit comments

Comments
 (0)