Skip to content

Commit

Permalink
Bump MimeMapping from 3.0.1 to 3.1.0 (#86)
Browse files Browse the repository at this point in the history
Bumps [MimeMapping](https://github.com/zone117x/MimeMapping) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/zone117x/MimeMapping/releases)
- [Commits](zone117x/MimeMapping@v3.0.1...v3.1.0)

---
updated-dependencies:
- dependency-name: MimeMapping
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent ac37cdb commit 50fe705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Webserver.API/Webserver.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="MimeMapping" Version="3.0.1" />
<PackageReference Include="MimeMapping" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Net.Http" Version="4.3.4" Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework'" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="MimeMapping" Version="3.0.1" />
<PackageReference Include="MimeMapping" Version="3.1.0" />
<PackageReference Include="nunit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
Expand Down

0 comments on commit 50fe705

Please sign in to comment.