~ruther/NosSmooth.Comms

ref: 8a197a09502eae1c7335ff552b207eec96714188 NosSmooth.Comms/src/Core/NosSmooth.Comms.Abstractions/NosSmooth.Comms.Abstractions.csproj -rw-r--r-- 813 bytes
8a197a09 — František Boháček feat: add tcp implementation 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net7.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <RootNamespace>NosSmooth.Comms.Data</RootNamespace>
    </PropertyGroup>

    <ItemGroup>
      <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
      <PackageReference Include="NosSmooth.Packets" Version="3.5.0" />
      <PackageReference Include="NosSmooth.PacketSerializer.Abstractions" Version="1.3.0" />
    </ItemGroup>

    <ItemGroup>
      <Reference Include="NosSmooth.Core">
        <HintPath>..\..\..\..\..\..\..\..\..\ruther\.nuget\packages\nossmooth.core\3.3.1\lib\net7.0\NosSmooth.Core.dll</HintPath>
      </Reference>
    </ItemGroup>

</Project>
Do not follow this link