Skip to content

Commit dbe4bc7

Browse files
fix(all): name es2016 to esnext
1 parent 669a29f commit dbe4bc7

File tree

120 files changed

+11
-11
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+11
-11
lines changed

README.md

+3-3
File renamed without changes.
File renamed without changes.

skeleton-es2016-aspnetcore/skeleton-es2016-aspnetcore.sln skeleton-esnext-aspnetcore/skeleton-esnext-aspnetcore.sln

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2020AC68-78E
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B7C5F4AE-7354-4122-89A5-2E1ADF8ADC10}"
99
ProjectSection(SolutionItems) = preProject
10-
src\skeleton-navigation-es2016-vs\.gitignore = src\skeleton-navigation-es2016-vs\.gitignore
10+
src\skeleton-navigation-esnext-vs\.gitignore = src\skeleton-navigation-esnext-vs\.gitignore
1111
global.json = global.json
1212
EndProjectSection
1313
EndProject
14-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "skeleton-navigation-es2016-vs", "src\skeleton-navigation-es2016-vs\skeleton-navigation-es2016-vs.xproj", "{4AAFD9A8-008C-4ADF-8089-90C6ED4B96E3}"
14+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "skeleton-navigation-esnext-vs", "src\skeleton-navigation-esnext-vs\skeleton-navigation-esnext-vs.xproj", "{4AAFD9A8-008C-4ADF-8089-90C6ED4B96E3}"
1515
EndProject
1616
Global
1717
GlobalSection(SolutionConfigurationPlatforms) = preSolution

skeleton-es2016-aspnetcore/src/skeleton-navigation-es2016-vs/Controllers/HomeController.cs skeleton-esnext-aspnetcore/src/skeleton-navigation-esnext-vs/Controllers/HomeController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Microsoft.AspNetCore.Mvc;
22

3-
namespace skeleton_navigation_es2016_vs.Controllers
3+
namespace skeleton_navigation_esnext_vs.Controllers
44
{
55
public class HomeController : Controller
66
{

skeleton-es2016-aspnetcore/src/skeleton-navigation-es2016-vs/README.md skeleton-esnext-aspnetcore/src/skeleton-navigation-esnext-vs/README.md

+2-2

skeleton-es2016-aspnetcore/src/skeleton-navigation-es2016-vs/project.json skeleton-esnext-aspnetcore/src/skeleton-navigation-esnext-vs/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"userSecretsId": "aspnet5-skeleton_navigation_es2016_vs-6df5fca9-b862-4931-8867-c46d52bbed68",
2+
"userSecretsId": "aspnet5-skeleton_navigation_esnext_vs-6df5fca9-b862-4931-8867-c46d52bbed68",
33

44
"dependencies": {
55
"Microsoft.NETCore.App": {

skeleton-es2016-aspnetcore/src/skeleton-navigation-es2016-vs/skeleton-navigation-es2016-vs.xproj skeleton-esnext-aspnetcore/src/skeleton-navigation-esnext-vs/skeleton-navigation-esnext-vs.xproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
88
<PropertyGroup Label="Globals">
99
<ProjectGuid>4aafd9a8-008c-4adf-8089-90c6ed4b96e3</ProjectGuid>
10-
<RootNamespace>skeleton_navigation_es2016_vs</RootNamespace>
10+
<RootNamespace>skeleton_navigation_esnext_vs</RootNamespace>
1111
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
1212
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
1313
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
@@ -17,4 +17,4 @@
1717
<TypeScriptCompileBlocked>True</TypeScriptCompileBlocked>
1818
</PropertyGroup>
1919
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.targets" Condition="'$(VSToolsPath)' != ''" />
20-
</Project>
20+
</Project>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)