Skip to content

Commit

Permalink
Bump Microsoft.Extensions.FileProviders.Physical from 3.1.4 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.FileProviders.Physical](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.FileProviders.Physical
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2021
1 parent 2280675 commit 6f34a4d
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 @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="3.1.4" />
<PackageReference Include="Microsoft.Extensions.Primitives" Version="3.1.4" />
</ItemGroup>
Expand Down

0 comments on commit 6f34a4d

Please sign in to comment.