Skip to content

Commit

Permalink
Fix sample project build when not on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Aug 27, 2024
1 parent 977e9c6 commit ab49d9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Yubico.YubiKey/examples/Fido2SampleCode/Run/SampleStart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// limitations under the License.

using System;
// ReSharper disable once RedundantUsingDirective Used on line 44
using Yubico.YubiKey.Sample.SharedCode;

namespace Yubico.YubiKey.Sample.Fido2SampleCode
{
Expand Down

0 comments on commit ab49d9f

Please sign in to comment.