fix: Examples.csproj runs the download task when building locally
This commit is contained in:
commit
b46fba2736
1 changed files with 0 additions and 2 deletions
|
|
@ -57,8 +57,6 @@
|
||||||
<ProjectReference Include="..\Raylib-cs\Raylib-cs.csproj"/>
|
<ProjectReference Include="..\Raylib-cs\Raylib-cs.csproj"/>
|
||||||
</ItemGroup>
|
</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'"/>
|
<Import Project="..\Raylib-cs\Raylib-cs.targets" Condition="'$(UseRaylibCsPackage)' != 'true'"/>
|
||||||
|
|
||||||
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'browser-wasm'">
|
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'browser-wasm'">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue