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.
2 parents 134e627 + 15f6eb0 commit 91ce894Copy full SHA for 91ce894
src/Modrinth.Net/Endpoints/Project/Dependencies.cs
@@ -13,5 +13,5 @@ public class Dependencies
13
/// <summary>
14
/// The versions of the projects that the project depends on
15
/// </summary>
16
- public System.Version[] Versions { get; set; } = null!;
+ public Models.Version[] Versions { get; set; } = null!;
17
}
0 commit comments