# GrapeCity.ActiveReports.Design.ArDesigner.ReportDesigner.INugetInstallerService

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Design_ArDesigner_ReportDesigner_INugetInstallerService" data-uid="GrapeCity.ActiveReports.Design.ArDesigner.ReportDesigner.INugetInstallerService" class="text-break">INugetInstallerService Interface
</h1>
  <div class="markdown level0 summary"><p>Defines a service contract for installing and updating NuGet packages within the ActiveReports design-time environment.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.ArDesigner.ReportDesigner.html">GrapeCity.ActiveReports.Design.ArDesigner.ReportDesigner</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_ArDesigner_ReportDesigner_INugetInstallerService_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Guid(&quot;830F969F-A6B8-4EA4-8263-84F073CBA198&quot;)]
public interface INugetInstallerService</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ArDesigner_ReportDesigner_INugetInstallerService_IsNewSdk_System_Object_" data-uid="GrapeCity.ActiveReports.Design.ArDesigner.ReportDesigner.INugetInstallerService.IsNewSdk(System.Object)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ArDesigner.ReportDesigner.INugetInstallerService.IsNewSdk.html#GrapeCity_ActiveReports_Design_ArDesigner_ReportDesigner_INugetInstallerService_IsNewSdk_System_Object_">IsNewSdk(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified project uses the new SDK-style format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_ArDesigner_ReportDesigner_INugetInstallerService_UpdatePackagesAsync_System_Object_System_Collections_Generic_IDictionary_System_String_System_String__" data-uid="GrapeCity.ActiveReports.Design.ArDesigner.ReportDesigner.INugetInstallerService.UpdatePackagesAsync(System.Object,System.Collections.Generic.IDictionary{System.String,System.String})">
          <a class="xref" href="GrapeCity.ActiveReports.Design.ArDesigner.ReportDesigner.INugetInstallerService.UpdatePackagesAsync.html#GrapeCity_ActiveReports_Design_ArDesigner_ReportDesigner_INugetInstallerService_UpdatePackagesAsync_System_Object_System_Collections_Generic_IDictionary_System_String_System_String__">UpdatePackagesAsync(object, IDictionary&lt;string, string&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the specified NuGet packages for the given project.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
