Skip to content

Instantly share code, notes, and snippets.

@dbarkol
Last active March 14, 2018 05:56
Embed
What would you like to do?
// This method gets called by the runtime. Use this method to add services to the container.
public void ConfigureServices(IServiceCollection services)
{
services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_2_1);
// Awwww yeah!
services.AddSignalR();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment