Skip to content

Commit 7b9a480

Browse files
committed
Updated CSProj to reference UnityStupidity as UnityEngine
1 parent e31bfe1 commit 7b9a480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/MLAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<SpecificVersion>False</SpecificVersion>
7272
<HintPath>..\..\..\..\..\..\Program Files\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath>
7373
</Reference>
74-
<Reference Include="UnityStupidity" Condition="'$(Configuration)' == 'CI'">
74+
<Reference Include="UnityEngine" Condition="'$(Configuration)' == 'CI'">
7575
<HintPath>..\UnityStupidity.dll</HintPath>
7676
</Reference>
7777
</ItemGroup>

0 commit comments

Comments
 (0)