Skip to content

Commit 51e699f

Browse files
dependabot[bot]h3rmanj
authored andcommitted
fix(dotnet): bump Microsoft.Azure.AppConfiguration.AspNetCore
Bumps [Microsoft.Azure.AppConfiguration.AspNetCore](https://github.com/Azure/Azconfig-DotnetProvider) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/Azure/Azconfig-DotnetProvider/releases) - [Commits](Azure/AppConfiguration-DotnetProvider@7.0.0...8.0.0) --- updated-dependencies: - dependency-name: Microsoft.Azure.AppConfiguration.AspNetCore dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c01ecc6 commit 51e699f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/iwebapi/Company.WebApplication1/Company.WebApplication1.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Asp.Versioning.Mvc" Version="8.0.0" />
1616
<PackageReference Include="Asp.Versioning.Mvc.ApiExplorer" Version="8.0.0" />
1717
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.1" />
18-
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="7.0.0" />
18+
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="8.0.0" />
1919
<PackageReference Include="Microsoft.Identity.Web" Version="2.16.1" />
2020
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
2121
<PackageReference Include="Intility.Logging.AspNetCore" Version="2.1.1" />

0 commit comments

Comments
 (0)