Skip to content

Commit

Permalink
Use SharpLSL.Native.all NuGet package instead
Browse files Browse the repository at this point in the history
  • Loading branch information
myd7349 committed Jul 28, 2024
1 parent d28d4f0 commit b043d2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Examples/LSLVer/LSLVer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\Source\SharpLSL.Natives\SharpLSL.Native.all\SharpLSL.Native.all.csproj" />
<PackageReference Include="SharpLSL.Native.all" Version="1.16.2" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Source\SharpLSL\SharpLSL.csproj" />
</ItemGroup>

Expand Down

0 comments on commit b043d2a

Please sign in to comment.