tangled
alpha
login
or
join now
benharri.org
/
ircsharp
1
fork
atom
IRC parsing, tokenization, and state handling in C#
1
fork
atom
overview
issues
pulls
pipelines
don't pack non packages
benharri.org
2 years ago
230c990f
4d10abfb
+3
3 changed files
expand all
collapse all
unified
split
Examples
States
States.csproj
Tokens
Tokens.csproj
IRCSharp.Tests
IRCSharp.Tests.csproj
+1
Examples/States/States.csproj
reviewed
···
3
3
<PropertyGroup>
4
4
<OutputType>Exe</OutputType>
5
5
<TargetFramework>net8.0</TargetFramework>
6
6
+
<IsPackable>false</IsPackable>
6
7
</PropertyGroup>
7
8
8
9
<ItemGroup>
+1
Examples/Tokens/Tokens.csproj
reviewed
···
3
3
<PropertyGroup>
4
4
<OutputType>Exe</OutputType>
5
5
<TargetFramework>net8.0</TargetFramework>
6
6
+
<IsPackable>false</IsPackable>
6
7
</PropertyGroup>
7
8
8
9
<ItemGroup>
+1
IRCSharp.Tests/IRCSharp.Tests.csproj
reviewed
···
3
3
<PropertyGroup>
4
4
<TargetFramework>net8.0</TargetFramework>
5
5
<ImplicitUsings>true</ImplicitUsings>
6
6
+
<IsPackable>false</IsPackable>
6
7
</PropertyGroup>
7
8
8
9
<ItemGroup>