Files
messengerapi.SubscriptionCl…/code/MessengerApi.SubscriptionClient.Example/MessengerApi.SubscriptionClient.Example.csproj
masiton 9b5a0d7ea5
All checks were successful
Pack and Push NuGet Package / publish (push) Successful in 43s
SubscriptionClient carried over.
2025-07-05 04:38:31 +02:00

15 lines
381 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\MessengerApi.SubscriptionClient\MessengerApi.SubscriptionClient.csproj" />
</ItemGroup>
</Project>