mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
Start working on Explorer Panel Backend now uses polymorphic de/serialization (net9)
16 lines
434 B
XML
16 lines
434 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.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>
|