~ruther/NosSmooth.Comms

ref: 8a197a09502eae1c7335ff552b207eec96714188 NosSmooth.Comms/src/Core/NosSmooth.Comms.Core/NosSmooth.Comms.Core.csproj -rw-r--r-- 1.6 KiB
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
23
24
25
26
27
28
29
30
31
32
33
<Project Sdk="Microsoft.NET.Sdk">

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

    <ItemGroup>
      <Reference Include="MessagePack">
        <HintPath>..\..\..\..\..\..\..\..\..\ruther\.nuget\packages\messagepack\2.4.59\lib\net6.0\MessagePack.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions">
        <HintPath>..\..\..\..\..\..\..\..\..\ruther\.nuget\packages\microsoft.extensions.dependencyinjection.abstractions\7.0.0\lib\net7.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
      </Reference>
      <Reference Include="Microsoft.Extensions.Logging.Abstractions">
        <HintPath>..\..\..\..\..\..\..\..\..\ruther\.nuget\packages\microsoft.extensions.logging.abstractions\7.0.0\lib\net7.0\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
      </Reference>
      <Reference Include="NosSmooth.PacketSerializer.Abstractions">
        <HintPath>..\..\..\..\..\..\..\..\..\ruther\.nuget\packages\nossmooth.packetserializer.abstractions\1.3.0\lib\net7.0\NosSmooth.PacketSerializer.Abstractions.dll</HintPath>
      </Reference>
    </ItemGroup>

    <ItemGroup>
      <PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="7.0.0" />
      <PackageReference Include="NosSmooth.Core" Version="3.3.1" />
    </ItemGroup>

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

</Project>
Do not follow this link