Skip to content

Commit 18e13ba

Browse files
Small change.
1 parent 17a346c commit 18e13ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ApiClient.Tests/ApiClient.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
4+
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77

@@ -18,6 +18,6 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<ProjectReference Include="..\src\Infobip.Api.Client\Infobip.Api.Client.csproj" />
21+
<ProjectReference Include="..\..\infobip-api-csharp-client\src\Infobip.Api.Client\Infobip.Api.Client.csproj" />
2222
</ItemGroup>
2323
</Project>

0 commit comments

Comments
 (0)