Files
filamentguard_server/fgs.apire/fgs.apire.csproj
Bjarne Pedersen 589a8c477d API færdig
Der er lavet følgende på API:
Modtage tag
Fjernt tag
Log

Der er lavet database til samme
2026-07-19 22:00:58 +02:00

21 lines
565 B
XML

<Project Sdk="Aspire.AppHost.Sdk/13.2.4">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UserSecretsId>0879501a-f55f-4876-aa9f-cae6c0e16786</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MessagePack" Version="3.1.8" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\fgs.api\fgs.api.csproj" />
<ProjectReference Include="..\fgs.web\fgs.web.csproj" />
</ItemGroup>
</Project>