Skip to content

Commit 0d1a24a

Browse files
committed
Removed version from UnityEngine reference
1 parent 7b9a480 commit 0d1a24a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MLAPI/MLAPI.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,12 @@
6767
<Reference Include="System.Data.DataSetExtensions" />
6868
<Reference Include="System.Data" />
6969
<Reference Include="System.Xml" />
70-
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" Condition="'$(Configuration)' != 'CI'">
70+
<Reference Include="UnityEngine" Condition="'$(Configuration)' != 'CI'">
7171
<SpecificVersion>False</SpecificVersion>
7272
<HintPath>..\..\..\..\..\..\Program Files\Unity\Editor\Data\Managed\UnityEngine.dll</HintPath>
7373
</Reference>
7474
<Reference Include="UnityEngine" Condition="'$(Configuration)' == 'CI'">
75+
<SpecificVersion>False</SpecificVersion>
7576
<HintPath>..\UnityStupidity.dll</HintPath>
7677
</Reference>
7778
</ItemGroup>

0 commit comments

Comments
 (0)