Skip to content

Commit 91ce894

Browse files
authored
Merge pull request #118 from zylonity/main
Fixed broken dependencies class
2 parents 134e627 + 15f6eb0 commit 91ce894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modrinth.Net/Endpoints/Project/Dependencies.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ public class Dependencies
1313
/// <summary>
1414
/// The versions of the projects that the project depends on
1515
/// </summary>
16-
public System.Version[] Versions { get; set; } = null!;
16+
public Models.Version[] Versions { get; set; } = null!;
1717
}

0 commit comments

Comments
 (0)