godot_rl_FlyBy / FlyBy.csproj
edbeeching's picture
edbeeching HF staff
Upload folder using huggingface_hub
6f71a5d
raw
history blame
No virus
531 Bytes
<Project Sdk="Godot.NET.Sdk/4.1.1">
<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>