123456789101112131415161718 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\Devices\Pumps\Global_Pump_Fdc\Global_Pump_Fdc.csproj" />
- <ProjectReference Include="..\GlobalFccClient\GlobalFccClient.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="Microsoft.Extensions.DependencyInjection">
- <HintPath>..\..\..\..\..\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.extensions.dependencyinjection\2.2.0\lib\netcoreapp2.0\Microsoft.Extensions.DependencyInjection.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|