diff --git a/DemoCoreWeb.ClientApi/DemoCoreWeb.ClientApi.csproj b/DemoCoreWeb.ClientApi/DemoCoreWeb.ClientApi.csproj
index da42a5e1..84349a20 100644
--- a/DemoCoreWeb.ClientApi/DemoCoreWeb.ClientApi.csproj
+++ b/DemoCoreWeb.ClientApi/DemoCoreWeb.ClientApi.csproj
@@ -4,6 +4,7 @@
net8.0
2.0.0
True
+ latest-all
diff --git a/DemoCoreWeb.ClientApiTextJson/DemoCoreWeb.ClientApiTextJson.csproj b/DemoCoreWeb.ClientApiTextJson/DemoCoreWeb.ClientApiTextJson.csproj
index d41b4b17..1960f08c 100644
--- a/DemoCoreWeb.ClientApiTextJson/DemoCoreWeb.ClientApiTextJson.csproj
+++ b/DemoCoreWeb.ClientApiTextJson/DemoCoreWeb.ClientApiTextJson.csproj
@@ -3,6 +3,7 @@
net8.0
enable
+ latest-all
diff --git a/DemoTextJsonWeb/PolymorphismController.cs b/DemoTextJsonWeb/PolymorphismController.cs
index 49da452b..d00129b6 100644
--- a/DemoTextJsonWeb/PolymorphismController.cs
+++ b/DemoTextJsonWeb/PolymorphismController.cs
@@ -22,7 +22,8 @@ public async Task PostTokenRequestAsFormData([FromForm] Reque
RefreshToken = "RefreshTokenString",
Scope = "some scope"
};
- } else if (model.GrantType == "refresh_token" && model is RefreshAccessTokenRequest)
+ }
+ else if (model.GrantType == "refresh_token" && model is RefreshAccessTokenRequest)
{
return new AccessTokenResponse
{
diff --git a/Tests/IntegrationTestsCore/IntegrationTestsCore.csproj b/Tests/IntegrationTestsCore/IntegrationTestsCore.csproj
index 8394e95f..c5513267 100644
--- a/Tests/IntegrationTestsCore/IntegrationTestsCore.csproj
+++ b/Tests/IntegrationTestsCore/IntegrationTestsCore.csproj
@@ -29,7 +29,7 @@
-
+
diff --git a/Tests/IntegrationTestsTextJson/IntegrationTestsTextJson.csproj b/Tests/IntegrationTestsTextJson/IntegrationTestsTextJson.csproj
index 47ccfcc5..a2494451 100644
--- a/Tests/IntegrationTestsTextJson/IntegrationTestsTextJson.csproj
+++ b/Tests/IntegrationTestsTextJson/IntegrationTestsTextJson.csproj
@@ -21,11 +21,11 @@
-
all
runtime; build; native; contentfiles; analyzers; buildtransitive
+