diff --git a/src/DotNet6BootstrappedConsole/DotNet6BootstrappedConsole.csproj b/src/DotNet6BootstrappedConsole/DotNet6BootstrappedConsole.csproj index 789ed5e..0bad5f3 100644 --- a/src/DotNet6BootstrappedConsole/DotNet6BootstrappedConsole.csproj +++ b/src/DotNet6BootstrappedConsole/DotNet6BootstrappedConsole.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net6.0;net7.0;net8.0 enable enable diff --git a/src/EnvironmentCheckDemonstrator/EnvironmentCheckDemonstrator.csproj b/src/EnvironmentCheckDemonstrator/EnvironmentCheckDemonstrator.csproj index 05be66d..0319b00 100644 --- a/src/EnvironmentCheckDemonstrator/EnvironmentCheckDemonstrator.csproj +++ b/src/EnvironmentCheckDemonstrator/EnvironmentCheckDemonstrator.csproj @@ -2,7 +2,7 @@ Exe - net6.0;net7.0 + net6.0;net7.0;net8.0 diff --git a/src/MinimalApi/MinimalApi.csproj b/src/MinimalApi/MinimalApi.csproj index 97bf40b..f481e46 100644 --- a/src/MinimalApi/MinimalApi.csproj +++ b/src/MinimalApi/MinimalApi.csproj @@ -1,8 +1,9 @@ - net6.0 + net6.0;net7.0;net8.0 enable + enable