Skip to content

Commit 3bbffad

Browse files
committed
refactor: SampleProjects will now use project reference instead of nuget package
1 parent 95a901e commit 3bbffad

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Yubico.YubiKey/examples/SharedSampleCode/SharedSampleCode.csproj

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,9 @@ limitations under the License. -->
2323
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2424
<NoWarn>@(NoWarn);NU5105;NU5104</NoWarn>
2525
</PropertyGroup>
26-
27-
<!--
28-
To test against local YubiKey library changes, uncomment the following line and adjust the path as needed
29-
and comment out the Yubico.YubiKey PackageReference line below that references the wildcard version (which would then be fetched from the NuGet servers).
26+
3027
<ItemGroup>
3128
<ProjectReference Include="..\..\src\Yubico.YubiKey.csproj" />
32-
</ItemGroup>-->
33-
34-
<ItemGroup>
35-
<PackageReference Include="Yubico.YubiKey" Version="1.*-*" />
3629
</ItemGroup>
37-
30+
3831
</Project>

0 commit comments

Comments
 (0)