diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c031546..a5b6138 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Setup dotnet - uses: actions/setup-dotnet@v1 - with: - dotnet-version: 2.2.x + uses: actions/setup-dotnet@v3 - name: Install sonar tool run: dotnet tool install --global dotnet-sonarscanner diff --git a/global.json b/global.json new file mode 100644 index 0000000..995f349 --- /dev/null +++ b/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "version": "6.0.400", + "allowPrerelease": false, + "rollForward": "latestFeature" + } +} \ No newline at end of file diff --git a/test/Container.Abstractions.Integration.Tests/Container.Abstractions.Integration.Tests.csproj b/test/Container.Abstractions.Integration.Tests/Container.Abstractions.Integration.Tests.csproj index d67021f..bca7206 100644 --- a/test/Container.Abstractions.Integration.Tests/Container.Abstractions.Integration.Tests.csproj +++ b/test/Container.Abstractions.Integration.Tests/Container.Abstractions.Integration.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.2 + net6.0 false diff --git a/test/Container.Abstractions.Tests/Container.Abstractions.Tests.csproj b/test/Container.Abstractions.Tests/Container.Abstractions.Tests.csproj index 7d139bf..4efe8e9 100644 --- a/test/Container.Abstractions.Tests/Container.Abstractions.Tests.csproj +++ b/test/Container.Abstractions.Tests/Container.Abstractions.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.2 + net6.0 false diff --git a/test/Container.Database.ArangoDb.Integration.Tests/Container.Database.ArangoDb.Integration.Tests.csproj b/test/Container.Database.ArangoDb.Integration.Tests/Container.Database.ArangoDb.Integration.Tests.csproj index 30c1b4d..cb55fa9 100644 --- a/test/Container.Database.ArangoDb.Integration.Tests/Container.Database.ArangoDb.Integration.Tests.csproj +++ b/test/Container.Database.ArangoDb.Integration.Tests/Container.Database.ArangoDb.Integration.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.2 + net6.0 false diff --git a/test/Container.Database.MsSql.Integration.Tests/Container.Database.MsSql.Integration.Tests.csproj b/test/Container.Database.MsSql.Integration.Tests/Container.Database.MsSql.Integration.Tests.csproj index 5df53ab..035456e 100644 --- a/test/Container.Database.MsSql.Integration.Tests/Container.Database.MsSql.Integration.Tests.csproj +++ b/test/Container.Database.MsSql.Integration.Tests/Container.Database.MsSql.Integration.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.2 + net6.0 false diff --git a/test/Container.Database.MySql.Integration.Tests/Container.Database.MySql.Integration.Tests.csproj b/test/Container.Database.MySql.Integration.Tests/Container.Database.MySql.Integration.Tests.csproj index d5386a5..0e446ca 100644 --- a/test/Container.Database.MySql.Integration.Tests/Container.Database.MySql.Integration.Tests.csproj +++ b/test/Container.Database.MySql.Integration.Tests/Container.Database.MySql.Integration.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.2 + net6.0 false 8 diff --git a/test/Container.Database.PostgreSql.Integration.Tests/Container.Database.PostgreSql.Integration.Tests.csproj b/test/Container.Database.PostgreSql.Integration.Tests/Container.Database.PostgreSql.Integration.Tests.csproj index e1f27b7..1e63d58 100644 --- a/test/Container.Database.PostgreSql.Integration.Tests/Container.Database.PostgreSql.Integration.Tests.csproj +++ b/test/Container.Database.PostgreSql.Integration.Tests/Container.Database.PostgreSql.Integration.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp2.2 + net6.0 false diff --git a/test/ResourceReaper.Integration.Tests/ResourceReaper.Integration.Tests.csproj b/test/ResourceReaper.Integration.Tests/ResourceReaper.Integration.Tests.csproj index f98e99b..49acfb1 100644 --- a/test/ResourceReaper.Integration.Tests/ResourceReaper.Integration.Tests.csproj +++ b/test/ResourceReaper.Integration.Tests/ResourceReaper.Integration.Tests.csproj @@ -1,7 +1,7 @@ - netcoreapp2.2 + net6.0 false