Skip to content

Commit a79ee62

Browse files
committed
suppress obsolete warning
1 parent dff9f61 commit a79ee62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Noty/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void ConfigureServices(IServiceCollection services)
3333
options.MinimumSameSitePolicy = SameSiteMode.None;
3434
});
3535

36-
36+
#pragma warning disable 618
3737
services.AddMvc()
3838
.AddNToastNotifyNoty(new NotyOptions
3939
{

0 commit comments

Comments
 (0)