PacketMediator/PacketMediator.Samples/PacketMediator.Samples.csproj

15 lines
389 B
XML
Raw Normal View History

2024-03-02 12:49:45 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2025-01-17 09:53:44 +01:00
<TargetFramework>net9.0</TargetFramework>
2024-03-02 12:49:45 +01:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-04-04 16:32:04 +02:00
<ProjectReference Include="..\RaiNote.PacketMediator\RaiNote.PacketMediator.csproj" />
2024-03-02 12:49:45 +01:00
</ItemGroup>
</Project>