Fetch the repository succeeded.
<Project>
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
<Reference Include="System.Configuration" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PaySharp.Core\PaySharp.Core.csproj" />
</ItemGroup>
</Project>
Sign in for post a comment
Comment ( 0 )