We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58658a1 commit e7570fdCopy full SHA for e7570fd
ReadMe.md
@@ -908,7 +908,7 @@ var configuration = new ConfigurationBuilder()
908
.AddJsonFile("appsettings.json")
909
.Build();
910
911
-// Bind to services
+// Bind to services( Package Import: Microsoft.Extensions.Options.ConfigurationExtensions )
912
var services = new ServiceCollection();
913
services.Configure<PositionOptions>(configuration.GetSection("Position"));
914
0 commit comments