Skip to content

Commit d7c5aa3

Browse files
authored
Update Torch.API.csproj
1 parent f6d59c7 commit d7c5aa3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

‎Torch.API/Torch.API.csproj‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
<DocumentationFile>$(SolutionDir)\bin\x64\Release\Torch.API.xml</DocumentationFile>
3535
<NoWarn>1591</NoWarn>
3636
</PropertyGroup>
37+
<ItemGroup>
38+
<Reference Include="mscorlib" />
39+
<Reference Include="netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
40+
</ItemGroup>
3741
<ItemGroup>
3842
<Reference Include="HavokWrapper, Version=1.0.6278.22649, Culture=neutral, processorArchitecture=AMD64">
3943
<SpecificVersion>False</SpecificVersion>
@@ -198,4 +202,4 @@
198202
</ItemGroup>
199203
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
200204
<Import Project="$(SolutionDir)\TransformOnBuild.targets" />
201-
</Project>
205+
</Project>

0 commit comments

Comments
 (0)