Skip to content

Commit

Permalink
Use .NET Core 2.1 as default, #1812
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoSuter committed Dec 11, 2018
1 parent 6f929f2 commit a732986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NSwag.Npm/bin/nswag.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node
"use strict";

var defaultCoreVersion = "22";
var defaultCoreVersion = "21";
var supportedCoreVersions = ["10", "11", "20", "21", "22"];

// Initialize
Expand Down

0 comments on commit a732986

Please sign in to comment.