Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created September 11, 2019 01:31
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 dcomartin/88dcc456bc0cb8ab0ce854e249037372 to your computer and use it in GitHub Desktop.
Save dcomartin/88dcc456bc0cb8ab0ce854e249037372 to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Ben.BlockingDetector" Version="0.0.3" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment