Ejemplo n.º 1
0
 public AssemblyTargets(DotNetTarget dotnet, IDictionary <string, object> others = null)
 {
     DotNet = dotnet ?? throw new ArgumentNullException(nameof(dotnet));
 }
Ejemplo n.º 2
0
 public AssemblyTargets(DotNetTarget dotnet)
 {
     DotNet = dotnet ?? throw new ArgumentNullException(nameof(dotnet));
 }