4 writes to BootstrapFrameworkVersion
Microsoft.AspNetCore.Identity.FunctionalTests (4)
Bootstrap4Tests\Bootstrap4AuthorizationTests.cs (1)
13serverFactory.BootstrapFrameworkVersion = "V4";
Bootstrap4Tests\Bootstrap4ManagementTests.cs (1)
13serverFactory.BootstrapFrameworkVersion = "V4";
Bootstrap4Tests\Bootstrap4RegistrationTests.cs (1)
13serverFactory.BootstrapFrameworkVersion = "V4";
Bootstrap4Tests\Bootstrap4UserLoginTests.cs (1)
13serverFactory.BootstrapFrameworkVersion = "V4";
1 reference to BootstrapFrameworkVersion
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Infrastructure\ServerFactory.cs (1)
57builder.ConfigureServices(services => AddRelatedParts(services, BootstrapFrameworkVersion));