~ruther/NosSmooth

ref: 432d771216a9ef90a1a4a4be62ce7cd15799e6f7 NosSmooth/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj -rw-r--r-- 1.2 KiB
432d7712 — Rutherther fix(packets): make UpgradeRareSubPacket converter work with "0" 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
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <LangVersion>10</LangVersion>
        <AssemblyName>NosSmooth.PacketSerializer</AssemblyName>
        <RootNamespace>NosSmooth.PacketSerializer</RootNamespace>
        <TargetFrameworks>net7.0;netstandard2.1</TargetFrameworks>
        <Description>NosSmooth's packet string serializer implementation.</Description>
        <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
        <PackageLicenseExpression>MIT</PackageLicenseExpression>
        <PackageVersion>2.0.1</PackageVersion>
        <PackageReleaseNotes>Fix UpgradeRareSubPacket to work with 0.</PackageReleaseNotes>
        <AssemblyVersion>2.0.1</AssemblyVersion>
        <FileVersion>2.0.1</FileVersion>
    </PropertyGroup>

    <ItemGroup>
      <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
      <PackageReference Include="Remora.Results" Version="7.2.3" />
    </ItemGroup>

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

</Project>
Do not follow this link