aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Publisher.UI/packages.config
blob: 5ac9994958545c9c43b3ee0585bcb7fd84efc1a7 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="EntityFramework" version="6.2.0" targetFramework="net461" />
  <package id="FluentFTP" version="19.1.2" targetFramework="net46" />
  <package id="Ionic.Zip" version="1.9.1.8" targetFramework="net46" />
</packages>
ystem; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Tango.PPC.Common; namespace Tango.PPC.Jobs.ViewContracts { public interface IJobsView : IPPCView { void ScrollToTop(); } }