Skip to content

Instantly share code, notes, and snippets.

View mterhorst's full-sized avatar

Marc Terhorst mterhorst

  • 16:02 (UTC +01:00)
View GitHub Profile
@mterhorst
mterhorst / ALC.Sandbox.csproj
Created January 18, 2021 08:48
Exception in debug mode after ALC unload.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.8.0" />
</ItemGroup>