diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 660c93c..cce89d8 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,11 +3,11 @@ "isRoot": true, "tools": { "dotnet-ef": { - "version": "9.0.18", + "version": "10.0.10", "commands": [ "dotnet-ef" ], "rollForward": false } } -} +} \ No newline at end of file diff --git a/src/ArrControl.Api/ArrControl.Api.csproj b/src/ArrControl.Api/ArrControl.Api.csproj index d09ca53..6860e3c 100644 --- a/src/ArrControl.Api/ArrControl.Api.csproj +++ b/src/ArrControl.Api/ArrControl.Api.csproj @@ -1 +1,2 @@ -net9.0falseall +net9.0false + all diff --git a/tests/ArrControl.AuthentikIntegrationTests/ArrControl.AuthentikIntegrationTests.csproj b/tests/ArrControl.AuthentikIntegrationTests/ArrControl.AuthentikIntegrationTests.csproj index f76e450..d9e9c0e 100644 --- a/tests/ArrControl.AuthentikIntegrationTests/ArrControl.AuthentikIntegrationTests.csproj +++ b/tests/ArrControl.AuthentikIntegrationTests/ArrControl.AuthentikIntegrationTests.csproj @@ -5,14 +5,14 @@ true - + - + - + all diff --git a/tests/ArrControl.IntegrationTests/ArrControl.IntegrationTests.csproj b/tests/ArrControl.IntegrationTests/ArrControl.IntegrationTests.csproj index 3fa961f..a9b7ecf 100644 --- a/tests/ArrControl.IntegrationTests/ArrControl.IntegrationTests.csproj +++ b/tests/ArrControl.IntegrationTests/ArrControl.IntegrationTests.csproj @@ -6,10 +6,10 @@ - + - + all diff --git a/tests/ArrControl.UnitTests/ArrControl.UnitTests.csproj b/tests/ArrControl.UnitTests/ArrControl.UnitTests.csproj index 6b5ad18..07387df 100644 --- a/tests/ArrControl.UnitTests/ArrControl.UnitTests.csproj +++ b/tests/ArrControl.UnitTests/ArrControl.UnitTests.csproj @@ -6,9 +6,9 @@ - + - + all