mirror of
https://github.com/Wincent01/InfectedRose.git
synced 2025-12-30 16:59:37 -06:00
13 lines
295 B
XML
13 lines
295 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<LangVersion>8</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\InfectedRose.Core\InfectedRose.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|