godot_rl_BallChase / BallChase.csproj.old
edbeeching's picture
edbeeching HF staff
Upload folder using huggingface_hub
c943b52
raw
history blame
No virus
531 Bytes
<Project Sdk="Godot.NET.Sdk/4.0.2">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.14.1" />
<PackageReference Include="Microsoft.ML.OnnxRuntime.DirectML" Version="1.14.1" />
<PackageReference Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.14.1" />
<PackageReference Include="System.Numerics.Tensors" Version="0.1.0" />
</ItemGroup>
</Project>