Files
Mapo-IOB-WIN/TestRemoteCLI/RestAppCitizen/RestAppCitizen.csproj
T
Samuele Locatelli ac1b018ad9 Riorganizzazione progetti test
- test CLI unificato RestCitizen e Mitsubishi
- test terze parti in unica folder (es SampleVCS Mitsubishi)
- rimozione zip bETA del 2022
- riorganizzazione area SDK x IOB-MAN con libreria comunicazione (es x serialMoxa
2024-11-20 16:08:00 +01:00

16 lines
403 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RestSharp" Version="112.1.0" />
</ItemGroup>
</Project>