Remove `SetCompatibiltyVersion(...)` call in sample (#2088)
This commit is contained in:
parent
8003a5550e
commit
ccc4c12f45
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue