godot_rl_CrossTheRoad / Completed /GridRobot.csproj
jtatman's picture
Upload folder using huggingface_hub
eb3678a verified
raw
history blame contribute delete
No virus
488 Bytes
<Project Sdk="Godot.NET.Sdk/4.3.0-beta.3">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net7.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'ios' ">net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.15.1" />
</ItemGroup>
</Project>