diff options
| -rw-r--r-- | code/api/src/IOL.GreatOffice.Api.csproj | 2 | ||||
| -rw-r--r-- | code/api/tests/IOL.GreatOffice.IntegrationTests/IOL.GreatOffice.IntegrationTests.csproj | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/code/api/src/IOL.GreatOffice.Api.csproj b/code/api/src/IOL.GreatOffice.Api.csproj index e1ea073..7f4682a 100644 --- a/code/api/src/IOL.GreatOffice.Api.csproj +++ b/code/api/src/IOL.GreatOffice.Api.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> - <TargetFramework>net7.0</TargetFramework> + <TargetFramework>net8.0</TargetFramework> <UserSecretsId>ed5ff3e5-46e2-4d7e-8272-7081f5abfee4</UserSecretsId> <GenerateDocumentationFile>true</GenerateDocumentationFile> <ImplicitUsings>true</ImplicitUsings> diff --git a/code/api/tests/IOL.GreatOffice.IntegrationTests/IOL.GreatOffice.IntegrationTests.csproj b/code/api/tests/IOL.GreatOffice.IntegrationTests/IOL.GreatOffice.IntegrationTests.csproj index 0376a10..e1b6810 100644 --- a/code/api/tests/IOL.GreatOffice.IntegrationTests/IOL.GreatOffice.IntegrationTests.csproj +++ b/code/api/tests/IOL.GreatOffice.IntegrationTests/IOL.GreatOffice.IntegrationTests.csproj @@ -3,7 +3,7 @@ <PropertyGroup> <OutputType>Exe</OutputType> <ImplicitUsings>true</ImplicitUsings> - <TargetFramework>net6.0</TargetFramework> + <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>disable</Nullable> </PropertyGroup> @@ -15,7 +15,6 @@ </ItemGroup> <ItemGroup> - <ProjectReference Include="..\..\server\IOL.GreatOffice.Api.csproj" /> - <ProjectReference Include="..\..\server\src\IOL.GreatOffice.Api.csproj" /> + <ProjectReference Include="..\..\src\IOL.GreatOffice.Api.csproj" /> </ItemGroup> </Project> |
