diff --git a/.github/workflows/PlaywrightProjectTests.yml b/.github/workflows/PlaywrightProjectTests.yml index e778fec9..373d9480 100644 --- a/.github/workflows/PlaywrightProjectTests.yml +++ b/.github/workflows/PlaywrightProjectTests.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Setup .NET Core SDK '5.0.x' - uses: actions/setup-dotnet@v3 + - name: Setup .NET Core SDK '8.0.x' + uses: actions/setup-dotnet@v4 with: - dotnet-version: '5.0.x' + dotnet-version: '8.0.x' - name: Run Blazor app run: | cd ./src/BlazorApp diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 47f14876..64f6e73c 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -17,9 +17,9 @@ jobs: with: fetch-depth: 0 - name: setup dotnet - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v4 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' include-prerelease: true - name: restore packages run: dotnet restore diff --git a/.github/workflows/SeleniumProjectTests.yaml b/.github/workflows/SeleniumProjectTests.yaml index 4c297074..8b73f77b 100644 --- a/.github/workflows/SeleniumProjectTests.yaml +++ b/.github/workflows/SeleniumProjectTests.yaml @@ -16,9 +16,9 @@ jobs: steps: - uses: actions/checkout@v3 - name: Setup .NET - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@v4 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: Restore dependencies run: dotnet restore - name: Build diff --git a/Behavioral.Automation.AsyncAbstractions.UI/Behavioral.Automation.AsyncAbstractions.UI.csproj b/Behavioral.Automation.AsyncAbstractions.UI/Behavioral.Automation.AsyncAbstractions.UI.csproj index 39e18de7..8c7142d4 100644 --- a/Behavioral.Automation.AsyncAbstractions.UI/Behavioral.Automation.AsyncAbstractions.UI.csproj +++ b/Behavioral.Automation.AsyncAbstractions.UI/Behavioral.Automation.AsyncAbstractions.UI.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable enable AnyCPU diff --git a/Behavioral.Automation.Configs/Behavioral.Automation.Configs.csproj b/Behavioral.Automation.Configs/Behavioral.Automation.Configs.csproj index 1bbb437e..533031d0 100644 --- a/Behavioral.Automation.Configs/Behavioral.Automation.Configs.csproj +++ b/Behavioral.Automation.Configs/Behavioral.Automation.Configs.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable enable AnyCPU diff --git a/Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/Behavioral.Automation.Playwright.csproj b/Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/Behavioral.Automation.Playwright.csproj index 2a55a0c8..4d4eb5be 100644 --- a/Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/Behavioral.Automation.Playwright.csproj +++ b/Behavioral.Automation.Playwright/Behavioral.Automation.Playwright/Behavioral.Automation.Playwright.csproj @@ -22,7 +22,7 @@ true snupkg - net6.0 + net8.0 enable false diff --git a/Behavioral.Automation.Playwright/UITests/UITests.csproj b/Behavioral.Automation.Playwright/UITests/UITests.csproj index c48a3208..833baac7 100644 --- a/Behavioral.Automation.Playwright/UITests/UITests.csproj +++ b/Behavioral.Automation.Playwright/UITests/UITests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 Quantori Inc. Specflow scenarios for demonstration of Behavioral.Automation framework features and testing. Quantori Inc. diff --git a/Behavioral.Automation.Selenium/Behavioral.Automation.DemoBindings/Behavioral.Automation.DemoBindings.csproj b/Behavioral.Automation.Selenium/Behavioral.Automation.DemoBindings/Behavioral.Automation.DemoBindings.csproj index 8cdd4fb9..317f96b8 100644 --- a/Behavioral.Automation.Selenium/Behavioral.Automation.DemoBindings/Behavioral.Automation.DemoBindings.csproj +++ b/Behavioral.Automation.Selenium/Behavioral.Automation.DemoBindings/Behavioral.Automation.DemoBindings.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 false Quantori Inc. Demo project that can be used as example of test configuration. diff --git a/Behavioral.Automation.Selenium/Behavioral.Automation.DemoScenarios/Behavioral.Automation.DemoScenarios.csproj b/Behavioral.Automation.Selenium/Behavioral.Automation.DemoScenarios/Behavioral.Automation.DemoScenarios.csproj index 4062b6d0..b7fc9519 100644 --- a/Behavioral.Automation.Selenium/Behavioral.Automation.DemoScenarios/Behavioral.Automation.DemoScenarios.csproj +++ b/Behavioral.Automation.Selenium/Behavioral.Automation.DemoScenarios/Behavioral.Automation.DemoScenarios.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 Quantori Inc. Specflow scenarios for demonstration of Behavioral.Automation framework features and testing. Quantori Inc. @@ -10,7 +10,7 @@ - + diff --git a/Behavioral.Automation.Selenium/Behavioral.Automation.Template/Behavioral.Automation.Template.Bindings/Behavioral.Automation.Template.Bindings.csproj b/Behavioral.Automation.Selenium/Behavioral.Automation.Template/Behavioral.Automation.Template.Bindings/Behavioral.Automation.Template.Bindings.csproj index eb937f01..98c35eb4 100644 --- a/Behavioral.Automation.Selenium/Behavioral.Automation.Template/Behavioral.Automation.Template.Bindings/Behavioral.Automation.Template.Bindings.csproj +++ b/Behavioral.Automation.Selenium/Behavioral.Automation.Template/Behavioral.Automation.Template.Bindings/Behavioral.Automation.Template.Bindings.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 false Quantori Inc. Demo project that can be used as example of test configuration. diff --git a/Behavioral.Automation.Selenium/Behavioral.Automation.Template/Behavioral.Automation.Template.Scenarios/Behavioral.Automation.Template.Scenarios.csproj b/Behavioral.Automation.Selenium/Behavioral.Automation.Template/Behavioral.Automation.Template.Scenarios/Behavioral.Automation.Template.Scenarios.csproj index d3e5e420..e96c828f 100644 --- a/Behavioral.Automation.Selenium/Behavioral.Automation.Template/Behavioral.Automation.Template.Scenarios/Behavioral.Automation.Template.Scenarios.csproj +++ b/Behavioral.Automation.Selenium/Behavioral.Automation.Template/Behavioral.Automation.Template.Scenarios/Behavioral.Automation.Template.Scenarios.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 Quantori Inc. Specflow scenarios for demonstration of Behavioral.Automation framework features and testing. Quantori Inc. diff --git a/Behavioral.Automation.Selenium/Behavioral.Automation.UnitTests/Behavioral.Automation.UnitTests.csproj b/Behavioral.Automation.Selenium/Behavioral.Automation.UnitTests/Behavioral.Automation.UnitTests.csproj index f0b6d9d1..a81acca6 100644 --- a/Behavioral.Automation.Selenium/Behavioral.Automation.UnitTests/Behavioral.Automation.UnitTests.csproj +++ b/Behavioral.Automation.Selenium/Behavioral.Automation.UnitTests/Behavioral.Automation.UnitTests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false diff --git a/Behavioral.Automation.Selenium/Behavioral.Automation/Behavioral.Automation.csproj b/Behavioral.Automation.Selenium/Behavioral.Automation/Behavioral.Automation.csproj index b71a85c8..fbd928d2 100644 --- a/Behavioral.Automation.Selenium/Behavioral.Automation/Behavioral.Automation.csproj +++ b/Behavioral.Automation.Selenium/Behavioral.Automation/Behavioral.Automation.csproj @@ -1,7 +1,7 @@  - net6.0 + net8.0 true Quantori Inc. Platform design is based on strong and well-defined borderline between procedural test cases structure and object-oriented code-behind. diff --git a/src/BlazorApp/BlazorApp.csproj b/src/BlazorApp/BlazorApp.csproj index 40670e21..99f30f8c 100644 --- a/src/BlazorApp/BlazorApp.csproj +++ b/src/BlazorApp/BlazorApp.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable enable preview