Skip to content

Commit

Permalink
Sample code should float on latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Domzalski committed Mar 31, 2023
1 parent eb5d02c commit 0a7f531
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ limitations under the License. -->
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Yubico.YubiKey" Version="1.6.1-prerelease.20230329.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\SharedSampleCode\SharedSampleCode.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ limitations under the License. -->
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Yubico.YubiKey" Version="1.6.1-prerelease.20230329.1" />
<PackageReference Include="Yubico.YubiKey" Version="1.*-*" />
</ItemGroup>

</Project>

0 comments on commit 0a7f531

Please sign in to comment.