Skip to content

Commit cae82e8

Browse files
isaac2004MarkPieszak
authored andcommitted
Update Readme file to show Core 2.0 Support (#374)
* Port Project to .NET CORE 2.0/EFCore 2.0/.NET Standard 2.0 Also fixed issue with Lazy Module (took + out of path) * update readme for Core 2.0
1 parent 9cfd9c5 commit cae82e8

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

README.md

+7-14
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# ASP.NET Core & Angular 4 (+) advanced starter - with Server-side prerendering (for Angular SEO)!
1+
# ASP.NET Core 2.0 & Angular 4 (+) advanced starter - with Server-side prerendering (for Angular SEO)!
22

33
<p align="center">
4-
<img src="./docs/architecture.png" alt="ASP.NET Core Angular 2+ Starter" title="ASP.NET Core Angular 2+ Starter">
4+
<img src="./docs/architecture.png" alt="ASP.NET Core 2.0 Angular 2+ Starter" title="ASP.NET Core 2.0 Angular 2+ Starter">
55
</p>
66

7-
### Harness the power of Angular 2+, ASP.NET Core, now with SEO !
7+
### Harness the power of Angular 2+, ASP.NET Core 2.0, now with SEO !
88

99
Angular SEO in action:
1010

@@ -15,7 +15,7 @@ Angular SEO in action:
1515
### What is this repo? Live Demo here: http://aspnetcore-angular2-universal.azurewebsites.net
1616

1717
This repository is maintained by [Angular Universal](https://github.com/angular/universal) and is meant to be an advanced starter
18-
for both ASP.NET Core using Angular 4.0+, not only for the client-side, but to be rendered on the server for instant
18+
for both ASP.NET Core 2.0 using Angular 4.0+, not only for the client-side, but to be rendered on the server for instant
1919
application paints (Note: If you don't need Universal (SSR) [read here](#faq) on how to disable it).
2020

2121
This is meant to be a Feature-Rich Starter application containing all of the latest technologies, best build systems available, and include many real-world examples and libraries needed in todays Single Page Applications (SPAs).
@@ -40,7 +40,7 @@ This utilizes all the latest standards, no gulp, no bower, no typings, no manual
4040

4141
> These are just some of the features found in this starter!
4242
43-
- ASP.NET 1.0 - VS2017 support now!
43+
- ASP.NET 2.0 - VS2017 15.3 support now!
4444
- Azure delpoyment straight from VS2017
4545
- Built in docker support through VS2017
4646
- RestAPI (WebAPI) integration
@@ -68,9 +68,8 @@ This utilizes all the latest standards, no gulp, no bower, no typings, no manual
6868
- Typescript 2
6969
- Codelyzer (for Real-time static code analysis)
7070
- VSCode & Atom provide real-time analysis out of the box.
71-
- **NOTE**: Does not fully work with Visual Studio yet. (Even with VS2017 and .NET core 1.0)
7271

73-
- **ASP.NET Core 1.1**
72+
- **ASP.NET Core 2.0**
7473

7574
- Integration with NodeJS to provide pre-rendering, as well as any other Node module asset you want to use.
7675

@@ -100,7 +99,7 @@ This utilizes all the latest standards, no gulp, no bower, no typings, no manual
10099

101100
### Visual Studio 2017
102101

103-
Make sure you have .NET Core 1.0+ installed and/or VS2017.
102+
Make sure you have .NET Core 2.0 installed and/or VS2017 15.3.
104103
VS2017 will automatically install all the neccessary npm & .NET dependencies when you open the project.
105104

106105
Simply push F5 to start debugging !
@@ -134,12 +133,6 @@ export ASPNETCORE_ENVIRONMENT=Development
134133
- Update to use npm [ngAspnetCoreEngine](https://github.com/angular/universal/pull/682) (still need to tweak a few things there)
135134
- Potractor e2e testing
136135
- Add basic Redux State store (Will also hold state durijg HMR builds)
137-
- ~~Add Azure application insights module (or at least demo how to use it)~~
138-
- ~~Add i18n support~~
139-
- ~~DONE - Fix old README to match new project~~
140-
- ~~Add AoT compilation~~
141-
- ~~Add Bootstrap with SCSS~~
142-
- ~~Add REST API CRUD Demo~~
143136

144137
----
145138

0 commit comments

Comments
 (0)