mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-01-21 04:09:27 -05:00
12 lines
232 B
XML
12 lines
232 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net5.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\FileManager\FileManager.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|