We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53c90d6 + 74158ac commit f8ae09bCopy full SHA for f8ae09b
src/Simplify.Web.Multipart/Simplify.Web.Multipart.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>net6.0;netstandard2.1;net48</TargetFrameworks>
4
<LangVersion>latest</LangVersion>
@@ -25,7 +25,7 @@
25
</PropertyGroup>
26
<ItemGroup>
27
<PackageReference Include="Simplify.Web" Version="4.6.0" />
28
- <PackageReference Include="HttpMultipartParser" Version="8.1.0" />
+ <PackageReference Include="HttpMultipartParser" Version="8.2.0" />
29
</ItemGroup>
30
31
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
0 commit comments