Skip to content

Commit 033afb4

Browse files
Bump Microsoft.Extensions.Primitives from 3.1.4 to 7.0.0
Bumps [Microsoft.Extensions.Primitives](https://github.com/dotnet/runtime) from 3.1.4 to 7.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Primitives dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67d7b55 commit 033afb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/AspNetWebApp/AspNetWebApp.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" Version="3.1.4" />
2323
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="3.1.4" />
2424
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="3.1.4" />
25-
<PackageReference Include="Microsoft.Extensions.Primitives" Version="3.1.4" />
25+
<PackageReference Include="Microsoft.Extensions.Primitives" Version="7.0.0" />
2626
</ItemGroup>
2727

2828
<ItemGroup>

0 commit comments

Comments
 (0)