-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathRhythia.csproj
More file actions
23 lines (22 loc) · 910 Bytes
/
Rhythia.csproj
File metadata and controls
23 lines (22 loc) · 910 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Godot.NET.Sdk/4.6.2">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net10.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<ItemGroup>
<None Include=".editorconfig" />
</ItemGroup>
<PropertyGroup>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DiscordRichPresence" Version="1.6.1.70" />
<PackageReference Include="Godot.NET.Sdk" Version="4.5.0" />
<PackageReference Include="Semver" Version="3.0.0" />
<PackageReference Include="sqlite-net-pcl" Version="1.9.172" />
<PackageReference Include="Tomlyn" Version="0.20.0" />
<PackageReference Include="Updatum" Version="1.3.2" />
</ItemGroup>
</Project>