Update: Disco ICT Online Services - Plugin Library
Migrate plugin library to https://services.discoict.com.au
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.Services.Interop.DiscoServices
|
||||
{
|
||||
public class PluginLibraryIncompatibility
|
||||
{
|
||||
|
||||
public List<PluginIncompatibility> IncompatiblePlugins { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user