~ruther/NosSmooth.Comms

ref: 59f89c10d3b19d2dff02b651d893181519a7f3e0 NosSmooth.Comms/src/Core/NosSmooth.Comms.NamedPipes/NosSmooth.Comms.NamedPipes.csproj -rw-r--r-- 361 bytes
59f89c10 — František Boháček feat: add named pipes implementation 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net7.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
    </PropertyGroup>

    <ItemGroup>
      <ProjectReference Include="..\NosSmooth.Comms.Abstractions\NosSmooth.Comms.Abstractions.csproj" />
    </ItemGroup>

</Project>
Do not follow this link