Skip to content

Commit f8ae09b

Browse files
authored
Merge pull request #47 from SimplifyNet/dependabot/nuget/develop/HttpMultipartParser-8.2.0
Bump HttpMultipartParser from 8.1.0 to 8.2.0
2 parents 53c90d6 + 74158ac commit f8ae09b

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,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net6.0;netstandard2.1;net48</TargetFrameworks>
44
<LangVersion>latest</LangVersion>
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626
<ItemGroup>
2727
<PackageReference Include="Simplify.Web" Version="4.6.0" />
28-
<PackageReference Include="HttpMultipartParser" Version="8.1.0" />
28+
<PackageReference Include="HttpMultipartParser" Version="8.2.0" />
2929
</ItemGroup>
3030
<ItemGroup>
3131
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />

0 commit comments

Comments
 (0)