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 134e627 commit 15f6eb0Copy full SHA for 15f6eb0
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