Skip to content

Instantly share code, notes, and snippets.

@scottsauber
Created August 10, 2020 00:48
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 scottsauber/ed6d8bdda0951febfb3992f26de6738d to your computer and use it in GitHub Desktop.
Save scottsauber/ed6d8bdda0951febfb3992f26de6738d to your computer and use it in GitHub Desktop.
<Project Sdk="Microsoft.NET.Sdk.Worker">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment