Configuration for Broker.

This commit is contained in:
2025-07-05 08:46:30 +02:00
parent 5534b00097
commit f96de8936d
9 changed files with 195 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\subm\messengerapi\code\MessengerApi.Configuration\MessengerApi.Configuration.csproj" />
</ItemGroup>
</Project>