예제 #1
0
        public void UpdateFile()
        {
            string            projectPath = Path.Combine(this.SourcePath.Value, this.ProjectFilename.Value);
            ProjectJsonWriter writer      = new ProjectJsonWriter();

            writer.Write(this, projectPath);
        }