We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543c90d commit ea1dfa0Copy full SHA for ea1dfa0
src/Moss.NET.Sdk/Assets.cs
@@ -1,6 +1,7 @@
1
using System;
2
using System.Collections.Generic;
3
using System.IO;
4
+using Extism;
5
6
namespace Moss.NET.Sdk;
7
src/Moss.NET.Sdk/ExtensionInfo.cs
@@ -5,5 +5,5 @@ namespace Moss.NET.Sdk;
public class ExtensionInfo
{
8
- [JsonPropertyName("files")] internal List<File> Files { get; set; }
+ [JsonPropertyName("files")] public List<File> Files { get; internal set; }
9
}
0 commit comments