mirror of
https://git.tonybark.com/tonytins/CyberBits.git
synced 2026-05-12 05:23:34 -04:00
10 lines
357 B
XML
10 lines
357 B
XML
<Project Sdk="Godot.NET.Sdk/4.6.2">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
|
<RollForward>LatestMajor</RollForward>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CyberBits.Common\CyberBits.Common.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|