Skip to content

Instantly share code, notes, and snippets.

@ngohungphuc
Created November 23, 2018 10:59
Show Gist options
  • Save ngohungphuc/e732ce7690dc6d54c1b9404f3f0d9fad to your computer and use it in GitHub Desktop.
Save ngohungphuc/e732ce7690dc6d54c1b9404f3f0d9fad to your computer and use it in GitHub Desktop.
services.AddMemoryCache();
services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_2_1);
services.AddSingleton<IHostedService, ExampleGuidService>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment