Skip to content

Instantly share code, notes, and snippets.

@fredrikhr
Last active June 22, 2019 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fredrikhr/3d219a731ae0fe75212c88dd3614fe96 to your computer and use it in GitHub Desktop.
Save fredrikhr/3d219a731ae0fe75212c88dd3614fe96 to your computer and use it in GitHub Desktop.
Blah
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RootNamespace>acme</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MQTTnet" Version="3.0.2"/>
</ItemGroup>
</Project>
namespace acme
{
public static class Program
{
public static void Main(string[] args)
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment