diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 0a087f8..cefb62e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -10,7 +10,7 @@ "rollForward": false }, "aspire.cli": { - "version": "13.3.1", + "version": "13.3.5", "commands": [ "aspire" ], diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index f36de8f..35f384f 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -187,7 +187,7 @@ jobs: - name: Terraform Init working-directory: Infra - run: terraform init + run: terraform init -lock-timeout=5m env: ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }} ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }} diff --git a/.github/workflows/deploy-infrastructure.yml b/.github/workflows/deploy-infrastructure.yml index fa0001b..b59cb8a 100644 --- a/.github/workflows/deploy-infrastructure.yml +++ b/.github/workflows/deploy-infrastructure.yml @@ -38,7 +38,7 @@ jobs: - name: Terraform Init working-directory: Infra - run: terraform init + run: terraform init -lock-timeout=5m env: ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID_INFRA }} ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID_INFRA }} @@ -92,7 +92,7 @@ jobs: - name: Terraform Init working-directory: Infra - run: terraform init + run: terraform init -lock-timeout=5m env: ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID_INFRA }} ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID_INFRA }} diff --git a/Directory.Packages.props b/Directory.Packages.props index 66d0829..ed52227 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -6,19 +6,19 @@ - - - - - - + + + + + + - - - - + + + + @@ -45,7 +45,7 @@ - + @@ -64,7 +64,7 @@ - + @@ -73,16 +73,16 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive @@ -91,7 +91,7 @@ - + diff --git a/SimplyBudgetWeb.AppHost/SimplyBudgetWeb.AppHost.csproj b/SimplyBudgetWeb.AppHost/SimplyBudgetWeb.AppHost.csproj index c7c4f9f..466d81b 100644 --- a/SimplyBudgetWeb.AppHost/SimplyBudgetWeb.AppHost.csproj +++ b/SimplyBudgetWeb.AppHost/SimplyBudgetWeb.AppHost.csproj @@ -1,4 +1,4 @@ - + Exe