Add timeout option to JRPC-Api

This commit is contained in:
Fabian Stamm
2024-09-27 08:39:00 +02:00
parent fea830b295
commit 4465c62163
6 changed files with 79 additions and 15 deletions

View File

@ -6,7 +6,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>