diff --git a/.github/workflows/part-build.yml b/.github/workflows/part-build.yml index fea19d3d4..294fb4656 100644 --- a/.github/workflows/part-build.yml +++ b/.github/workflows/part-build.yml @@ -94,7 +94,6 @@ jobs: with: dotnet-version: | 6.0.x - 7.0.x 8.0.x include-prerelease: true @@ -128,7 +127,6 @@ jobs: with: dotnet-version: | 6.0.x - 7.0.x 8.0.x include-prerelease: true @@ -152,7 +150,6 @@ jobs: with: dotnet-version: | 6.0.x - 7.0.x 8.0.x include-prerelease: true diff --git a/docs/stacks/agnostic/generation.md b/docs/stacks/agnostic/generation.md index aceb4264d..821a9216d 100644 --- a/docs/stacks/agnostic/generation.md +++ b/docs/stacks/agnostic/generation.md @@ -10,10 +10,10 @@ Coalesce's code generation is ran via a dotnet CLI tool, ``dotnet coalesce``. In ``` xml - net7.0 + net8.0 - net7.0 + net8.0 ... diff --git a/playground/Coalesce.Domain/Coalesce.Domain.csproj b/playground/Coalesce.Domain/Coalesce.Domain.csproj index 8c1bc4eb3..39e90cf3d 100644 --- a/playground/Coalesce.Domain/Coalesce.Domain.csproj +++ b/playground/Coalesce.Domain/Coalesce.Domain.csproj @@ -2,7 +2,7 @@ - net6.0;net7.0;net8.0 + net6.0;net8.0 false enable @@ -13,21 +13,11 @@ - - - - - - - - - - - + diff --git a/src/Common.props b/src/Common.props index 0174292f0..4b82c53d5 100644 --- a/src/Common.props +++ b/src/Common.props @@ -1,5 +1,5 @@ - net6.0;net7.0;net8.0 + net6.0;net8.0 \ No newline at end of file diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 9a9e54a2e..cd7999d34 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -37,11 +37,8 @@ 6.0.* - - 7.0.* - - 8.0.*-* + 8.0.6 diff --git a/src/IntelliTect.Coalesce.AuditLogging/IntelliTect.Coalesce.AuditLogging.csproj b/src/IntelliTect.Coalesce.AuditLogging/IntelliTect.Coalesce.AuditLogging.csproj index 75784a514..64922eca1 100644 --- a/src/IntelliTect.Coalesce.AuditLogging/IntelliTect.Coalesce.AuditLogging.csproj +++ b/src/IntelliTect.Coalesce.AuditLogging/IntelliTect.Coalesce.AuditLogging.csproj @@ -14,9 +14,6 @@ - - -