Skip to content

Commit e4f9cc5

Browse files
committed
As dicusssed in Issue OmniSharp#12 JSON project files will not be in this generator
1 parent 0423baa commit e4f9cc5

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

app/index.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,8 @@ var csharpgenerator = yeoman.generators.Base.extend({
181181
case 3.5:
182182
case 4.0:
183183
case 4.5:
184-
this.template(this.sourceRoot() + '/ConsoleApp.35.csproj', this.applicationName + '/' + this.applicationName + '.csproj', this.templatedata);
185-
break;
186184
case 4.6:
187-
this.template(this.sourceRoot() + '/ConsoleApp.json', this.applicationName + '/' + this.applicationName + '.json', this.templatedata);
185+
this.template(this.sourceRoot() + '/ConsoleApp.35.csproj', this.applicationName + '/' + this.applicationName + '.csproj', this.templatedata);
188186
break;
189187
}
190188
this.mkdir(this.applicationName + '/Properties/');

app/templates/consoleapp/ConsoleApp.json

-33
This file was deleted.

0 commit comments

Comments
 (0)