🔨 Convert shared into a publishable package

This commit is contained in:
2026-01-24 02:04:21 +08:00
parent fc2215ec63
commit c58cbf8de9

View File

@@ -1,6 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>DysonNetwork.Shared</PackageId>
<Version>1.0.0</Version>
<Authors>LittleSheep</Authors>
<Company>Solsynth</Company>
<Description>Shared project of the Solar Network server side software.</Description>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>