diff --git a/.github/workflows/build-tests.yml b/.github/workflows/build-tests.yml index f7b7376..63dc3dc 100644 --- a/.github/workflows/build-tests.yml +++ b/.github/workflows/build-tests.yml @@ -14,7 +14,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.x + dotnet-version: 8.x - name: Install dependencies run: dotnet restore @@ -27,5 +27,5 @@ jobs: - name: Test Pack nuget run: | - dotnet pack --no-build --no-restore --include-symbols --verbosity normal + dotnet pack --no-build --no-restore --include-symbols --verbosity normal --configuration Debug diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9967b18..5fa2e08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 7.x + dotnet-version: 8.x - name: Install dependencies run: dotnet restore diff --git a/QueryPattern.v3.ncrunchsolution b/QueryPattern.v3.ncrunchsolution index 10420ac..13107d3 100644 --- a/QueryPattern.v3.ncrunchsolution +++ b/QueryPattern.v3.ncrunchsolution @@ -1,6 +1,8 @@  True + True + True True \ No newline at end of file diff --git a/sample/QuerySample/QuerySample.csproj b/sample/QuerySample/QuerySample.csproj index 1885d60..5209dfc 100644 --- a/sample/QuerySample/QuerySample.csproj +++ b/sample/QuerySample/QuerySample.csproj @@ -2,14 +2,14 @@ Exe - net7.0 + net8.0 enable enable - - + + diff --git a/src/myNOC.EntityFramework.Query/myNOC.EntityFramework.Query.csproj b/src/myNOC.EntityFramework.Query/myNOC.EntityFramework.Query.csproj index db44e65..107b6c2 100644 --- a/src/myNOC.EntityFramework.Query/myNOC.EntityFramework.Query.csproj +++ b/src/myNOC.EntityFramework.Query/myNOC.EntityFramework.Query.csproj @@ -1,12 +1,10 @@ - net6.0;net7.0 - 11.0 + net8.0 + 12.0 enable enable - true - true snupkg true true @@ -21,18 +19,9 @@ LICENSE.txt Copyright © myNOC LLC 2023 $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - https://github.com/erenken/queryPattern - https://github.com/erenken/queryPattern - git - - - - true - pdbonly - true - + true pdbonly true @@ -44,11 +33,7 @@ - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/tests/myNOC.Tests.EntityFramework.Query/myNOC.Tests.EntityFramework.Query.csproj b/tests/myNOC.Tests.EntityFramework.Query/myNOC.Tests.EntityFramework.Query.csproj index b7ab278..ae0b1aa 100644 --- a/tests/myNOC.Tests.EntityFramework.Query/myNOC.Tests.EntityFramework.Query.csproj +++ b/tests/myNOC.Tests.EntityFramework.Query/myNOC.Tests.EntityFramework.Query.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable @@ -10,12 +10,15 @@ - - - - - - + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + +