Skip to content

Commit

Permalink
Merge pull request #136 from TaigoStudio/master
Browse files Browse the repository at this point in the history
Fix LegacyForgeInstallProfile.cs
  • Loading branch information
laolarou726 committed Mar 29, 2024
2 parents b333a6d + f54e268 commit bc0e71c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class VersionInfo

[JsonPropertyName("assets")] public string? Assets { get; set; }

[JsonPropertyName("logging")] public JsonElement Logging { get; set; }
[JsonPropertyName("logging")] public JsonElement? Logging { get; set; }

[JsonPropertyName("libraries")] public ForgeLibraries[] Libraries { get; set; } = [];
}
Expand Down Expand Up @@ -107,4 +107,4 @@ partial class LegacyForgeInstallVersionInfoContext : JsonSerializerContext
[JsonSerializable(typeof(LegacyForgeInstallProfile))]
partial class LegacyForgeInstallProfileContext : JsonSerializerContext
{
}
}

0 comments on commit bc0e71c

Please sign in to comment.