Skip to content

Commit b75813d

Browse files
dependabot[bot]kzu
authored andcommitted
Bump the extensions group across 3 directories with 5 updates
Bumps the extensions group with 4 updates in the / directory: [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime), [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime), [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime). Bumps the extensions group with 2 updates in the /samples/dotnet directory: [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). Bumps the extensions group with 2 updates in the /samples/dotnet/Tests directory: [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.DependencyInjection` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Caching.Memory` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Http` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.DependencyInjection` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Configuration.UserSecrets` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Configuration.UserSecrets` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Logging` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Configuration.UserSecrets` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Logging` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.Caching.Memory dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f083cf commit b75813d

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

samples/dotnet/Tests/Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
11-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
12-
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
12+
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.1" />
1313
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.1.2" PrivateAssets="all" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1515
<PackageReference Include="ThisAssembly.Resources" Version="1.4.3" PrivateAssets="all" />

src/Commands/Commands.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Devlooped.Web" Version="1.2.2" />
1212
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
13-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
13+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
1414
<PackageReference Include="NuGet.Protocol" Version="6.11.0" />
1515
<PackageReference Include="NuGetizer" Version="1.2.3" PrivateAssets="all" />
1616
<PackageReference Include="Polly" Version="8.4.2" />

src/Core/Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
11-
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
12-
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
11+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
12+
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
1313
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.1.2" />
1414
<PackageReference Include="NuGetizer" Version="1.2.3" PrivateAssets="all" />
1515
<PackageReference Include="Octokit" Version="13.0.1" />

src/Tests/Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="Microsoft.Build.Tasks.Git" Version="8.0.0" PrivateAssets="all" />
2525
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Analyzer.Testing" Version="1.1.2" />
2626
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
27-
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
27+
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
2828
<PackageReference Include="Microsoft.Extensions.Options.DataAnnotations" Version="8.0.0" />
2929
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.1.2" />
3030
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
@@ -35,7 +35,7 @@
3535
<PackageReference Include="ThisAssembly" Version="2.0.3" />
3636
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0" Pack="false" />
3737
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
38-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
38+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
3939
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.2" />
4040
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
4141
</ItemGroup>

src/Web/Web.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<PackageReference Include="Microsoft.ApplicationInsights.WorkerService" Version="2.22.0" />
2020
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.4.0" />
2121
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.3.2" />
22-
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
22+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
2323
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.1.2" />
2424
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2525
<PackageReference Include="Octokit" Version="13.0.1" />
2626
<PackageReference Include="SharpYaml" Version="2.1.1" />
2727
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
28-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
28+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
2929
<PackageReference Include="ThisAssembly.AssemblyInfo" Version="2.0.3" PrivateAssets="all" />
3030
<PackageReference Include="CliWrap" Version="3.6.6" />
3131
<PackageReference Include="Octokit.Webhooks.AzureFunctions" Version="2.4.1" />

0 commit comments

Comments
 (0)