Der er lavet følgende på API: Modtage tag Fjernt tag Log Der er lavet database til samme
21 lines
565 B
XML
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>
|