~ruther/NosSmooth

c002a95a7aae06a2b2ae3a49f731fc32caa68397 — František Boháček 3 years ago b6b4392 2022.2
chore: make serializer generator correctly output to nuget
M Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj => Packets/NosSmooth.PacketSerializersGenerator/NosSmooth.PacketSerializersGenerator.csproj +5 -0
@@ 8,12 8,17 @@
        <IsRoslynComponent>true</IsRoslynComponent>
        <IncludeCopyLocalFilesOutputGroup>true</IncludeCopyLocalFilesOutputGroup>
        <Description>NosSmooth's source code generator that generates serializers for packets.</Description>
        <IncludeBuildOutput>false</IncludeBuildOutput>
        <PackageVersion>1.0.1</PackageVersion>
        <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
        <PackageLicenseExpression>MIT</PackageLicenseExpression>
    </PropertyGroup>

    <ItemGroup>
        <None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
    </ItemGroup>

    <ItemGroup>
        <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3">
            <PrivateAssets>all</PrivateAssets>
            <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

Do not follow this link