Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Use ProjectReference instead of PackageReference
Browse files Browse the repository at this point in the history
  • Loading branch information
fsobolev committed Sep 2, 2023
1 parent 5e9b510 commit a3dbe87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nickvision.MPVSharp" Version="2023.7.2" />
<ProjectReference Include="..\Nickvision.MPVSharp\Nickvision.MPVSharp.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a3dbe87

Please sign in to comment.