~ruther/NosSmooth

ref: 933817752806f78c4dc59ee7041610ba8052874a NosSmooth/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj -rw-r--r-- 859 bytes
93381775 — František Boháček feat(pcap): do not use closure in connection helper 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <LangVersion>10</LangVersion>
        <Description>Contains default NosTale packets.</Description>
        <VersionPrefix>4.0.0</VersionPrefix>
        <PackageReleaseNotes>Use spans in serialization instead of StringBuilder.</PackageReleaseNotes>
        <TargetFramework>net7.0</TargetFramework>
    </PropertyGroup>

    <ItemGroup>
        <ProjectReference Include="..\NosSmooth.PacketSerializer.Abstractions\NosSmooth.PacketSerializer.Abstractions.csproj" />
    </ItemGroup>
    
    <ItemGroup>
        <ProjectReference Include="..\NosSmooth.PacketSerializersGenerator\NosSmooth.PacketSerializersGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
    </ItemGroup>
</Project>