Skip to content

Commit

Permalink
suppress obsolete warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nabinked committed Mar 30, 2022
1 parent dff9f61 commit a79ee62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Noty/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void ConfigureServices(IServiceCollection services)
options.MinimumSameSitePolicy = SameSiteMode.None;
});


#pragma warning disable 618
services.AddMvc()
.AddNToastNotifyNoty(new NotyOptions
{
Expand Down

0 comments on commit a79ee62

Please sign in to comment.