11 lines
348 B
Groff
11 lines
348 B
Groff
<Project Sdk="Godot.NET.Sdk/4.5.0-beta.7">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="TagLibSharp" Version="2.3.0" />
|
|
<PackageReference Include="z440.atl.core" Version="7.3.0" />
|
|
</ItemGroup>
|
|
</Project> |