Files
messengerapi.QueryClient/code/MessengerApi.QueryClient.Example/MessengerApi.QueryClient.Example.csproj
masiton 9766124241
All checks were successful
Pack and Push NuGet Package / publish (push) Successful in 43s
Implementation carried over from v1.
2025-07-05 05:11:04 +02:00

15 lines
367 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.QueryClient\MessengerApi.QueryClient.csproj" />
</ItemGroup>
</Project>