Snowflake/RPG.Services.MUIP/RPG.Services.MUIP.csproj

14 lines
321 B
XML
Raw Normal View History

2024-01-21 15:34:19 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\RPG.Services.Core\RPG.Services.Core.csproj" />
</ItemGroup>
</Project>