mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
16 lines
434 B
XML
16 lines
434 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<SignAssembly>false</SignAssembly>
|
|
<Configurations>Debug;Release;Portable</Configurations>
|
|
<RootNamespace>Botanist</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ObservatoryFramework\ObservatoryFramework.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|