aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/tests/IOL.GreatOffice.IntegrationTests
diff options
context:
space:
mode:
authorivar <i@oiee.no>2023-11-11 22:10:23 +0100
committerivar <i@oiee.no>2023-11-11 22:10:23 +0100
commit7e874b9aecabe22a731d582505cadd87b699d159 (patch)
tree34c047bc248c42c564e36d675bd8eaceb5450617 /code/api/tests/IOL.GreatOffice.IntegrationTests
parent97e93e4669958ff7ac18886e0394cd63260d3c70 (diff)
downloadgreatoffice-7e874b9aecabe22a731d582505cadd87b699d159.tar.xz
greatoffice-7e874b9aecabe22a731d582505cadd87b699d159.zip
Target net8
Diffstat (limited to 'code/api/tests/IOL.GreatOffice.IntegrationTests')
-rw-r--r--code/api/tests/IOL.GreatOffice.IntegrationTests/IOL.GreatOffice.IntegrationTests.csproj5
1 files changed, 2 insertions, 3 deletions
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>