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