movies
This commit is contained in:
15
Core/JXCMSFramework/IPluginInfo.cs
Executable file
15
Core/JXCMSFramework/IPluginInfo.cs
Executable file
@@ -0,0 +1,15 @@
|
||||
namespace JXCMSFramework
|
||||
{
|
||||
public interface IPluginInfo
|
||||
{
|
||||
string PluginName { get; set; }
|
||||
|
||||
string Author { get; set; }
|
||||
|
||||
string Version { get; set; }
|
||||
|
||||
int BuilderNumber { get; set; }
|
||||
|
||||
string Description { get; set; }
|
||||
}
|
||||
}
|
||||
7
Core/JXCMSFramework/JXCMSFramework.csproj
Executable file
7
Core/JXCMSFramework/JXCMSFramework.csproj
Executable file
@@ -0,0 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user