~ruther/NosSmooth

ref: 4eb3ff513a03a25b91632b70ab959ab32782b366 NosSmooth/Packets/NosSmooth.PacketSerializer/NosSmooth.PacketSerializer.csproj -rw-r--r-- 1.1 KiB
4eb3ff51 — Rutherther chore: update versions 3 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
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <LangVersion>10</LangVersion>
        <AssemblyName>NosSmooth.PacketSerializer</AssemblyName>
        <RootNamespace>NosSmooth.PacketSerializer</RootNamespace>
        <TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
        <Description>NosSmooth's packet string serializer implementation.</Description>
        <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
        <PackageLicenseExpression>MIT</PackageLicenseExpression>
        <PackageVersion>1.0.2</PackageVersion>
        <PackageReleaseNotes>Seek through the enumerator when null value type encountered.</PackageReleaseNotes>
    </PropertyGroup>

    <ItemGroup>
      <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
      <PackageReference Include="Remora.Results" Version="7.1.0" />
    </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