Remove `SetCompatibiltyVersion(...)` call in sample (#2088)

This commit is contained in:
Doug Bunting 2018-11-30 12:17:17 -08:00 committed by Nate McMaster
parent 8003a5550e
commit ccc4c12f45
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace ApiAuthSample
services.AddAuthentication()
.AddIdentityServerJwt();
services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_2_1);
services.AddMvc();
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.