ok now it works
This commit is contained in:
5
NuGet/Models/DependencyGroup.cs
Normal file
5
NuGet/Models/DependencyGroup.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using NuGet.Frameworks;
|
||||
|
||||
namespace NuGet.Models;
|
||||
|
||||
public record DependencyGroup(NuGetFramework TargetFramework, Dependency[] Dependencies);
|
Reference in New Issue
Block a user