Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 356ea88

Browse files
committed
Aggiornata documentazione DateTimeOnly
1 parent e58aa5d commit 356ea88

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/NET6CustomLibrary/Docs/README-DateTimeOnly.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ public void ConfigureServices(IServiceCollection services)
2828
{
2929
services.AddSwaggerGen(options =>
3030
{
31-
options.SwaggerDoc("v1", new OpenApiInfo
32-
{
33-
//OMISSIS
34-
});
31+
//OMISSIS
3532
3633
options.AddDateTimeSwaggerGenOptions();
3734

0 commit comments

Comments
 (0)