diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7fcd6dc..dba6d1b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -15,14 +15,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - - name: Setup .NET - uses: actions/setup-dotnet@v4 - with: - dotnet-version: 9.0.x - - name: Restore dependencies - run: dotnet restore - - name: Build - run: dotnet build --no-restore - - name: Test - run: dotnet test --no-build --verbosity normal + - uses: actions/checkout@v4 + - name: Setup .NET + uses: actions/setup-dotnet@v4 + with: + dotnet-version: 9.0.x + - name: Restore dependencies + run: dotnet restore + - name: Build + run: dotnet build --no-restore + - name: Test + run: dotnet test --no-build --verbosity normal diff --git a/sample/Sample/Sample.csproj b/sample/Sample/Sample.csproj index 50d48ea..49e5ccf 100644 --- a/sample/Sample/Sample.csproj +++ b/sample/Sample/Sample.csproj @@ -9,12 +9,12 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/Stackworx.EfCoreGraphQL.Abstractions/Stackworx.EfCoreGraphQL.Abstractions.csproj b/src/Stackworx.EfCoreGraphQL.Abstractions/Stackworx.EfCoreGraphQL.Abstractions.csproj index 85fe2d4..3a33ae9 100644 --- a/src/Stackworx.EfCoreGraphQL.Abstractions/Stackworx.EfCoreGraphQL.Abstractions.csproj +++ b/src/Stackworx.EfCoreGraphQL.Abstractions/Stackworx.EfCoreGraphQL.Abstractions.csproj @@ -1,12 +1,12 @@  - net8.0 + net8.0;net9.0;net10.0 enable enable - 0.0.2-alpha + 0.0.3-alpha diff --git a/src/Stackworx.EfCoreGraphQL.Validation.XunitV3/Stackworx.EfCoreGraphQL.Validation.XunitV3.csproj b/src/Stackworx.EfCoreGraphQL.Validation.XunitV3/Stackworx.EfCoreGraphQL.Validation.XunitV3.csproj index 0c543b7..637e2d5 100644 --- a/src/Stackworx.EfCoreGraphQL.Validation.XunitV3/Stackworx.EfCoreGraphQL.Validation.XunitV3.csproj +++ b/src/Stackworx.EfCoreGraphQL.Validation.XunitV3/Stackworx.EfCoreGraphQL.Validation.XunitV3.csproj @@ -1,20 +1,20 @@  - net9.0 + net8.0;net9.0;net10.0 enable enable - 0.0.4-alpha + 0.0.5-alpha - + - + diff --git a/src/Stackworx.EfCoreGraphQL.Validation/Stackworx.EfCoreGraphQL.Validation.csproj b/src/Stackworx.EfCoreGraphQL.Validation/Stackworx.EfCoreGraphQL.Validation.csproj index 93a873e..ea2edbb 100644 --- a/src/Stackworx.EfCoreGraphQL.Validation/Stackworx.EfCoreGraphQL.Validation.csproj +++ b/src/Stackworx.EfCoreGraphQL.Validation/Stackworx.EfCoreGraphQL.Validation.csproj @@ -1,26 +1,28 @@  - net8.0 + net8.0;net9.0;net10.0 enable enable - 0.0.4-alpha + 0.0.5-alpha - - + + + + - - + + - + diff --git a/src/Stackworx.EfCoreGraphQL/Stackworx.EfCoreGraphQL.csproj b/src/Stackworx.EfCoreGraphQL/Stackworx.EfCoreGraphQL.csproj index dad5915..76fdbfb 100644 --- a/src/Stackworx.EfCoreGraphQL/Stackworx.EfCoreGraphQL.csproj +++ b/src/Stackworx.EfCoreGraphQL/Stackworx.EfCoreGraphQL.csproj @@ -1,27 +1,33 @@  - net8.0 + net8.0;net9.0;net10.0 enable enable - + - 0.0.9-alpha + 0.0.10-alpha - + + all + + + all + + all - + - + diff --git a/tests/Stackworx.EfCoreGraphQL.Tests/Stackworx.EfCoreGraphQL.Tests.csproj b/tests/Stackworx.EfCoreGraphQL.Tests/Stackworx.EfCoreGraphQL.Tests.csproj index d838496..864e27f 100644 --- a/tests/Stackworx.EfCoreGraphQL.Tests/Stackworx.EfCoreGraphQL.Tests.csproj +++ b/tests/Stackworx.EfCoreGraphQL.Tests/Stackworx.EfCoreGraphQL.Tests.csproj @@ -1,38 +1,42 @@  - - enable - enable - Exe - Stackworx.EfCoreGraphQL.Tests - net8.0 - - + + enable + enable + Exe + Stackworx.EfCoreGraphQL.Tests + net8.0;net9.0;net10.0 + + - - - + + + - - - + + + - - - - - - - - + + + + + + + + + + + + - - - + + + diff --git a/tests/Stackworx.EfCoreGraphQL.Validation.Tests/Stackworx.EfCoreGraphQL.Validation.Tests.csproj b/tests/Stackworx.EfCoreGraphQL.Validation.Tests/Stackworx.EfCoreGraphQL.Validation.Tests.csproj index 892669f..d403068 100644 --- a/tests/Stackworx.EfCoreGraphQL.Validation.Tests/Stackworx.EfCoreGraphQL.Validation.Tests.csproj +++ b/tests/Stackworx.EfCoreGraphQL.Validation.Tests/Stackworx.EfCoreGraphQL.Validation.Tests.csproj @@ -5,7 +5,7 @@ enable Exe Stackworx.EfCoreGraphQL.Validation.Tests - net8.0 + net8.0;net9.0;net10.0 - + +