IRC parsing, tokenization, and state handling in C#

don't pack non packages

+3
+1
Examples/States/States.csproj
··· 3 3 <PropertyGroup> 4 4 <OutputType>Exe</OutputType> 5 5 <TargetFramework>net8.0</TargetFramework> 6 + <IsPackable>false</IsPackable> 6 7 </PropertyGroup> 7 8 8 9 <ItemGroup>
+1
Examples/Tokens/Tokens.csproj
··· 3 3 <PropertyGroup> 4 4 <OutputType>Exe</OutputType> 5 5 <TargetFramework>net8.0</TargetFramework> 6 + <IsPackable>false</IsPackable> 6 7 </PropertyGroup> 7 8 8 9 <ItemGroup>
+1
IRCSharp.Tests/IRCSharp.Tests.csproj
··· 3 3 <PropertyGroup> 4 4 <TargetFramework>net8.0</TargetFramework> 5 5 <ImplicitUsings>true</ImplicitUsings> 6 + <IsPackable>false</IsPackable> 6 7 </PropertyGroup> 7 8 8 9 <ItemGroup>