1
0
mirror of synced 2025-02-17 11:18:32 +01:00
TaikoLocalServer/SharedProject/SharedProject.csproj
S-Sebb?? d476d323d9 Revert "Readded locking songs in initialDataCheck, updated game constants"
This reverts commit e440e340fcf3de6463958ec983945627b9f57e5e.
2023-09-17 22:07:41 +08:00

14 lines
315 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Throw" Version="1.3.0" />
</ItemGroup>
</Project>