Fix package reference bug
This commit is contained in:
@@ -17,7 +17,7 @@ public class DotnetDao : AbstractDao
|
||||
|
||||
public DotnetConfig GetDotnetGenerate(GenerationType type, ISpecFile file)
|
||||
{
|
||||
var config = ConfManager.Dotnet.Map(ConfManager, file);
|
||||
var config = _confManager.Dotnet.Map(_confManager, file);
|
||||
config.Type = type;
|
||||
return config ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user