Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Yubico.Core/src/Yubico.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ limitations under the License. -->
<ItemGroup>
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.0" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.101">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.102">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="10.0.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<!-- Before updating PolySharp, we should do some due dilligence on the update -->
<PackageReference Include="PolySharp" Version="1.15.0" AllowUpdates="false">
Expand All @@ -136,6 +136,7 @@ limitations under the License. -->
<ItemGroup Label="Expose internal test hooks to Unit Test projects">

<!-- Expose internal test hooks -->
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.2" />
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>Yubico.Core.UnitTests,PublicKey=00240000048000001401000006020000002400005253413100080000010001003312c63e1417ad4652242148c599b55c50d3213c7610b4cc1f467b193bfb8d131de6686268a9db307fcef9efcd5e467483fe9015307e5d0cf9d2fd4df12f29a1c7a72e531d8811ca70f6c80c4aeb598c10bb7fc48742ab86aa7986b0ae9a2f4876c61e0b81eb38e5b549f1fc861c633206f5466bfde021cb08d094742922a8258b582c3bc029eab88c98d476dac6e6f60bc0016746293f5337c68b22e528931b6494acddf1c02b9ea3986754716a9f2a32c59ff3d97f1e35ee07ca2972b0269a4cde86f7b64f80e7c13152c0f84083b5cc4f06acc0efb4316ff3f08c79bc0170229007fb27c97fb494b22f9f7b07f45547e263a44d5a7fe7da6a945a5e47afc9</_Parameter1>
</AssemblyAttribute>
Expand Down
2 changes: 1 addition & 1 deletion Yubico.Core/tests/Yubico.Core.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ limitations under the License. -->
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.0" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<ProjectReference Include="..\src\Yubico.Core.csproj" />
<PackageReference Include="Xunit.SkippableFact" Version="1.5.23" />
<PackageReference Include="Xunit.SkippableFact" Version="1.5.61" />
<PackageReference Include="coverlet.collector" Version="6.0.4" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
Expand Down
10 changes: 5 additions & 5 deletions Yubico.YubiKey/src/Yubico.YubiKey.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ limitations under the License. -->
</ItemGroup>

<ItemGroup Label="Package references specific to Yubico.YubiKey.dll">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.1" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.2" />
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.0" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.101">
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.102">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />

<PackageReference Include="Nullable" Version="1.3.1">
Expand All @@ -123,10 +123,10 @@ limitations under the License. -->
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Formats.Asn1" Version="10.0.1" />
<PackageReference Include="System.Formats.Asn1" Version="10.0.2" />

<!-- Remove ExcludeAssets once the package supports netcoreapp and net462 properly -->
<PackageReference Include="System.Formats.Cbor" Version="10.0.1" ExcludeAssets="buildtransitive" />
<PackageReference Include="System.Formats.Cbor" Version="10.0.2" ExcludeAssets="buildtransitive" />
<ProjectReference Include="..\..\Yubico.Core\src\Yubico.Core.csproj" />

</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ limitations under the License. -->

<ItemGroup>
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.0" />
<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.1" />
<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.2" />
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
<PackageReference Include="System.Formats.Asn1" Version="10.0.1" />
<PackageReference Include="System.Formats.Asn1" Version="10.0.2" />
<PackageReference Include="Xunit.SkippableFact" Version="1.5.61" />
<ProjectReference Include="..\..\src\Yubico.YubiKey.csproj" />
<ProjectReference Include="..\unit\Yubico.YubiKey.UnitTests.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Yubico.YubiKey/tests/sandbox/Yubico.YubiKey.TestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ limitations under the License. -->
<PackageReference Include="Serilog" Version="4.3.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="9.0.2" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.1" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.2" />
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Yubico.YubiKey/tests/unit/Yubico.YubiKey.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ limitations under the License. -->
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.1" />
<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.2" />
<None Update="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ limitations under the License. -->

<ItemGroup>
<PackageReference Include="CommunityToolkit.Diagnostics" Version="8.4.0" />
<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.1" />
<PackageReference Include="Microsoft.Bcl.Cryptography" Version="10.0.2" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="Xunit.SkippableFact" Version="1.5.61" />
</ItemGroup>
Expand Down
Loading