Skip to content

Instantly share code, notes, and snippets.

@fraga
fraga / TelnetServer.cs
Last active April 25, 2024 15:25 — forked from robertripoll/README.md
Telnet Server C#
namespace TelnetServer
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.Sockets;
using System.Text;
using System.Threading;
Open .gitignore
add the following line
!packages/Microsoft.Bcl.Build*/tools/Microsoft.Bcl.Build.targets
save changes and commit
open up git bash for your repo