Watch
2
0
Fork
You've already forked raylib-cs
0

fix: Examples.csproj runs the download task when building locally

This commit is contained in:
tiger tiger tiger 2026-07-19 09:44:06 +02:00
commit b46fba2736

View file

@ -57,8 +57,6 @@
<ProjectReference Include="..\Raylib-cs\Raylib-cs.csproj"/>
</ItemGroup>
<!-- NuGet imports this from buildTransitive/ for PackageReference; ProjectReference needs it imported from source
so the native raylib library is downloaded and copied to the output. -->
<Import Project="..\Raylib-cs\Raylib-cs.targets" Condition="'$(UseRaylibCsPackage)' != 'true'"/>
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'browser-wasm'">