Skip to content

Commit b6f5789

Browse files
Bump the all_packages group with 1 update
Bumps CommunityToolkit.Diagnostics from 8.4.1 to 8.4.2 --- updated-dependencies: - dependency-name: CommunityToolkit.Diagnostics dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all_packages - dependency-name: CommunityToolkit.Diagnostics dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all_packages - dependency-name: CommunityToolkit.Diagnostics dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all_packages - dependency-name: CommunityToolkit.Diagnostics dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all_packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8635888 commit b6f5789

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Yubico.Core/src/Yubico.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ limitations under the License. -->
111111
</ItemGroup>
112112

113113
<ItemGroup>
114-
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.1" />
114+
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.2" />
115115
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
116116
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.201">
117117
<PrivateAssets>all</PrivateAssets>

Yubico.Core/tests/Yubico.Core.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ limitations under the License. -->
4343
<DefineConstants>Linux</DefineConstants>
4444
</PropertyGroup>
4545
<ItemGroup>
46-
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.1" />
46+
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.2" />
4747
<PackageReference Include="NSubstitute" Version="5.3.0" />
4848
<ProjectReference Include="..\src\Yubico.Core.csproj" />
4949
<PackageReference Include="Xunit.SkippableFact" Version="1.5.61" />

Yubico.YubiKey/src/Yubico.YubiKey.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ limitations under the License. -->
105105

106106
<ItemGroup Label="Package references specific to Yubico.YubiKey.dll">
107107
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.5" />
108-
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.1" />
108+
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.2" />
109109
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.201">
110110
<PrivateAssets>all</PrivateAssets>
111111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Yubico.YubiKey/tests/integration/Yubico.YubiKey.IntegrationTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ limitations under the License. -->
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.1" />
34+
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.2" />
3535
<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.5" />
3636
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
3737
<PackageReference Include="System.Formats.Asn1" Version="10.0.5" />

Yubico.YubiKey/tests/unit/Yubico.YubiKey.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License. -->
3333
<ItemGroup>
3434
<ProjectReference Include="..\..\src\Yubico.YubiKey.csproj" />
3535
<ProjectReference Include="..\utilities\Yubico.YubiKey.TestUtilities.csproj" />
36-
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.1" />
36+
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.2" />
3737
<PackageReference Include="coverlet.collector" Version="6.0.4" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
3838
<PackageReference Include="xunit" Version="2.9.3" />
3939
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />

Yubico.YubiKey/tests/utilities/Yubico.YubiKey.TestUtilities.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ limitations under the License. -->
3030
</PropertyGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.1" />
33+
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.2" />
3434
<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.5" />
3535
<PackageReference Include="Moq" Version="4.20.72" />
3636
<PackageReference Include="Xunit.SkippableFact" Version="1.5.61" />

0 commit comments

Comments
 (0)