We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a346c commit 18e13baCopy full SHA for 18e13ba
ApiClient.Tests/ApiClient.Tests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
- <TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
+ <TargetFramework>net6.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
@@ -18,6 +18,6 @@
18
</ItemGroup>
19
20
<ItemGroup>
21
- <ProjectReference Include="..\src\Infobip.Api.Client\Infobip.Api.Client.csproj" />
+ <ProjectReference Include="..\..\infobip-api-csharp-client\src\Infobip.Api.Client\Infobip.Api.Client.csproj" />
22
23
</Project>
0 commit comments