2023-02-01 21:21:07 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
2023-02-12 22:06:57 +08:00
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
2023-02-01 21:21:07 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-02-12 22:06:57 +08:00
|
|
|
<ProjectReference Include="..\..\Core\RageCoop.Core.csproj" />
|
2023-02-01 21:21:07 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|