mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-31 15:56:25 +08:00
Update Demo
This commit is contained in:
parent
293caa3c9b
commit
4c78c2e466
@ -112,8 +112,8 @@ namespace SugarCodeGeneration.Codes
|
||||
}
|
||||
FileHelper.CreateFile(projectPath, project, System.Text.Encoding.UTF8);
|
||||
FileHelper.CreateFile(projectDic + "\\class1.cs", "", System.Text.Encoding.UTF8);
|
||||
File.Copy(GetCurrentProjectPath + "/Template/nuget.txt", projectDic + "packages.config");
|
||||
AppendProjectToSln(projectId, name);
|
||||
File.Copy(GetCurrentProjectPath + "/Template/nuget.txt", projectDic + "app.config");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user