Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Services.WebApp.Maintenance/3.3/packages.config @ 13321

Last change on this file since 13321 was 12761, checked in by dglaser, 9 years ago

#2429: Worked on the maintenance WebApp plugin:

  • Space Usage Page: Displays the number of rows and allocated disk space for every database table
  • Plugin Page: Shows unused plugins and provides functionality to delete all and specific plugins
  • FactTask Page: Allows to aggregate all Job Tasks to a single task for a given job or jobs within an selected time period
  • FactClientInfo Page: Allows to aggregate consecutive FactClientInfo entries with the same state and isallowedtocalculate flag
File size: 498 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<packages>
3  <package id="Microsoft.AspNet.WebApi" version="5.2.3" targetFramework="net45" />
4  <package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net45" />
5  <package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net45" />
6  <package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.3" targetFramework="net45" />
7  <package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />
8</packages>
Note: See TracBrowser for help on using the repository browser.