Skip to content

Commit d86f1ba

Browse files
Bump the all-dependencies group across 1 directory with 5 updates
Bumps the all-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) | `1.0.3` | `1.0.3` | | [System.Text.Encodings.Web](https://github.com/dotnet/runtime) | `4.7.2` | `9.0.1` | | [System.Text.Json](https://github.com/dotnet/runtime) | `4.7.2` | `9.0.1` | | [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) | `1.0.3` | `1.0.3` | | [System.Text.Encodings.Web](https://github.com/dotnet/runtime) | `4.7.2` | `9.0.1` | | [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.3` | `6.0.4` | | [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) | `1.0.3` | `1.0.3` | | [System.Net.Http.Json](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.1` | | [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet) | `1.0.3` | `1.0.3` | Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `System.Text.Encodings.Web` from 4.7.2 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.1) Updates `System.Text.Json` from 4.7.2 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.1) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `System.Text.Encodings.Web` from 4.7.2 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.1) Updates `coverlet.collector` from 6.0.3 to 6.0.4 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](coverlet-coverage/coverlet@v6.0.3...v6.0.4) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) Updates `System.Net.Http.Json` from 8.0.1 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.1) Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3 - [Commits](https://github.com/Microsoft/dotnet/commits) --- updated-dependencies: - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: System.Text.Encodings.Web dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: System.Text.Encodings.Web dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: System.Net.Http.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: Microsoft.NETFramework.ReferenceAssemblies dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 951eea1 commit d86f1ba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/TestableHttpClient/TestableHttpClient.csproj

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

3434
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
3535
<PackageReference Include="System.Net.Http" Version="4.3.4" />
36-
<PackageReference Include="System.Text.Json" Version="4.7.2" />
37-
<PackageReference Include="System.Text.Encodings.Web" Version="4.7.2" />
36+
<PackageReference Include="System.Text.Json" Version="9.0.1" />
37+
<PackageReference Include="System.Text.Encodings.Web" Version="9.0.1" />
3838
<PackageReference Include="Perfors.UnreachableException" Version="1.0.0" />
3939
<PackageReference Include="PolyKit.Embedded" Version="3.0.9" />
4040
</ItemGroup>

test/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PrivateAssets>all</PrivateAssets>
77
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
88
</PackageReference>
9-
<PackageReference Include="coverlet.collector" Version="6.0.3">
9+
<PackageReference Include="coverlet.collector" Version="6.0.4">
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>

test/TestableHttpClient.Tests/TestableHttpClient.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
9-
<PackageReference Include="System.Net.Http.Json" Version="8.0.1" />
9+
<PackageReference Include="System.Net.Http.Json" Version="9.0.1" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)