1
Fork 0
mirror of https://github.com/Quackster/Minerva.git synced 2025-06-30 05:17:45 +00:00
Minerva/Helios.Imager/Helios.Imager.csproj

15 lines
375 B
XML
Raw Normal View History

2023-01-09 22:33:05 +10:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Avatara\Avatara\Avatara.csproj" />
<ProjectReference Include="..\Badger\Badger\Badger.csproj" />
</ItemGroup>
</Project>