PacketMediator/PacketMediator.Samples/PacketMediator.Samples.csproj

15 lines
389 B
XML
Raw Permalink Normal View History

2024-03-02 11:49:45 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2024-04-04 14:32:04 +00:00
<ProjectReference Include="..\RaiNote.PacketMediator\RaiNote.PacketMediator.csproj" />
2024-03-02 11:49:45 +00:00
</ItemGroup>
</Project>