Skip to content

Commit

Permalink
Bump Microsoft.Extensions.Primitives from 3.1.4 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.Primitives](https://github.com/dotnet/runtime) from 3.1.4 to 6.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/commits/v6.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Primitives
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2021
1 parent 2280675 commit 29c82d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/AspNetWebApp/AspNetWebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.Primitives" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.Primitives" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 29c82d4

Please sign in to comment.