Ryan Brandenburg
afccb085a2
Fix links and formating
2018-08-29 16:22:42 -07:00
Pavel Krymets
26710080fe
Set AspNetCoreHostingModel in templates ( #716 )
2018-08-29 16:08:58 -07:00
Ryan Brandenburg
75fa0cd6e8
Remove SpaServices where they're un-needed
2018-08-29 15:24:12 -07:00
Ryan Brandenburg
ccb2c006aa
Merge branch 'merge/release/2.1-to-release/2.2' into release/2.2
2018-08-29 15:21:15 -07:00
Patrick Westerhoff
208f6ff568
Fix #574 : Set NoDefaultLaunchSettingsFile
...
When a project is created with ExcludeLaunchSettings enabled, set the
NoDefaultLaunchSettingsFile property to prevent Visual Studio from
creating a launchSettings.json.
2018-08-29 11:35:16 -07:00
Nate McMaster
afa93f1852
Merge branch 'release/2.1' into release/2.2
2018-08-28 10:14:24 -07:00
Ryan Brandenburg
9c28f95b12
Add Microsoft.AspNetCore.Razor.Design to templates ( #674 )
2018-08-28 09:41:15 -07:00
Matt Ward
9652fbd2b4
Fix default None items not being removed from ClientApp directory
...
Content MSBuild items from the ClientApp directory are removed from
the project using an MSBuild and then all files are added as None
items. None items that were added by the .NET Core SDK default MSBuild
items were not being removed from the ClientApp directory. This
resulted in duplicate files shown in Visual Studio for Mac. This
affected all the SPA project templates.
Fixes #559
2018-08-27 09:59:00 -07:00
Ryan Brandenburg
a3b20c57ea
Add appsettings.json to EmptyWeb
2018-08-27 09:52:47 -07:00
Javier Calvarro Nelson
ed19e34256
Upgrade deps
2018-08-22 14:29:38 -07:00
Javier Calvarro Nelson
de0932961b
Default Identity UI to Bootstrap4
2018-08-22 13:40:38 -07:00
Javier Calvarro Nelson
110d835434
Fix layout and login partial issues
2018-08-22 13:33:01 -07:00
Javier Calvarro Nelson
3ed89516ba
Update precedence for 2.2 templates
2018-08-22 13:31:59 -07:00
Ryan Brandenburg
11c6ebea2e
Add comments regarding HSTS max age
2018-08-22 11:45:56 -07:00
Ryan Brandenburg
d9e71527e8
Fix copyright year
2018-08-22 11:44:46 -07:00
ASP.NET CI
2476481464
Update package branding for 2.2.0-preview2
2018-08-21 13:33:52 -07:00
Ryan Brandenburg
e28e851ed8
Make a VSTS builds use a template
2018-08-20 10:31:29 -07:00
Nate McMaster
8a553a7826
Bumping version from 2.1.4 to 2.1.5
2018-08-20 09:43:01 -07:00
Ryan Brandenburg
a431f8efa1
Don't publish too much of ClientApp ( #672 )
...
* Don't publish too much of ClientApp
* Fix scripts and remove extra publish items
2018-08-13 16:21:50 -07:00
Ryan Brandenburg
9618a59485
Add .gitattributes file
2018-08-13 11:12:31 -07:00
ASP.NET CI
25661213f2
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-12 19:33:25 +00:00
Ryan Brandenburg
b029f79b4d
Import styles in correct order ( #668 )
...
In the `angular-cli.json` file, the styles.css file should be imported last in the styles section, so the developer can override styles from third party libraries (bootstrap, in this case).
2018-08-10 14:45:12 -07:00
Nate McMaster
af616d9b99
Remove KoreBuild-isms from project templates ( #667 )
...
Removing MSBuild properties and items are for our build infrastructure, not for customers.
2018-08-10 11:01:56 -07:00
Ryan Brandenburg
f868277373
Experience review feedback
2018-08-08 10:57:45 -07:00
Nate McMaster
2b273f0f73
Merge branch 'release/2.1' into release/2.2
2018-08-07 12:53:44 -07:00
Nate McMaster
678449fca0
Bumping version from 2.1.3 to 2.1.4
2018-08-07 12:42:45 -07:00
Ryan Brandenburg
647f0f81c2
CompatibilityVersion -> 2.2
2018-08-06 16:22:05 -07:00
Ryan Brandenburg
e47a08612b
JQuery-validate-unobtrusive version 3.2.10
2018-08-06 15:21:46 -07:00
ASP.NET CI
6da2ae6dbf
Update dependencies.props
...
[auto-updated: dependencies]
2018-08-06 20:54:17 +00:00
Ryan Brandenburg
c5a5134e46
Revert "Rename Web Application to Starter Web Application"
...
This reverts commit 01ce77da56 .
2018-08-06 12:10:14 -07:00
Ryan Brandenburg
41d648fcc1
Fully-qualify model name
2018-08-06 12:03:22 -07:00
Artak
3ee57ff81a
Merge pull request #659 from aspnet/dev/mkArtakMSFT/issue579
...
Removed the `layout=null` assignment from the page
2018-08-06 10:35:26 -07:00
Ryan Brandenburg
71c15fb76a
Use bootstrap4 for templates
2018-08-06 10:16:35 -07:00
Artak
14512a714f
Removed the `layout=null` assignment from the page
2018-08-06 08:55:51 -07:00
Ryan Brandenburg
d95f971693
Fix broken tests
2018-08-06 07:22:55 -07:00
Nate McMaster
0435add47a
Merge branch 'release/2.1' into release/2.2
2018-07-24 11:59:30 -07:00
ASP.NET CI
92dac61b55
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-22 12:30:35 -07:00
Ryan Brandenburg
01ce77da56
Rename Web Application to Starter Web Application
2018-07-18 16:18:49 -07:00
Nate McMaster
55b697ab05
Revert "Add package version to Microsoft.AspNetCore.App in project templates"
...
This reverts commit 727bd52b64 .
2018-07-18 13:11:01 -07:00
Nate McMaster
81d6aa0d6b
Delete .travis.yml
2018-07-18 13:09:58 -07:00
ASP.NET CI
26fd3dce25
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-15 12:31:05 -07:00
Nate McMaster
201a35e095
Pin version variables to the ASP.NET Core 2.1.2 baseline
...
This reverts our previous policy of cascading versions on all servicing updates.
This moves variables into the 'pinned' section, and points them to the latest
stable release (versions that were used at the time of the 2.1.2 release).
2018-07-12 14:03:45 -07:00
Nate McMaster
62bf802971
Updating dependencies to 2.1.2 and adding a section for pinned variable versions
2018-07-12 14:03:45 -07:00
Ryan Brandenburg
2a454c5aa8
Update js packages
2018-07-11 14:59:55 -07:00
Pranav K
dbc930cc78
ResponseCache attribute on RazorPages Error handler method should be moved to model
...
Fixes #553
2018-07-11 14:50:40 -07:00
ASP.NET CI
5911fc0be1
Update dependencies.props
...
[auto-updated: dependencies]
2018-07-08 12:31:53 -07:00
Nate McMaster
263e369b2e
Merge branch 'release/2.1' into release/2.2
2018-07-03 17:21:16 -07:00
Nate McMaster
727bd52b64
Add package version to Microsoft.AspNetCore.App in project templates
...
As discussed in aspnet/Home#3292 , we're reversing course on the implicit package version feature. This adds a package version for Microsoft.AspNetCore.App to the `dotnet new` and VS templates.
2018-07-03 16:53:46 -07:00
Nate McMaster
96adddcbca
Update infrastructure for the 2.2 release
2018-06-28 16:22:12 -07:00
Nate McMaster
a6b303c83c
Bumping version from 2.1.2 to 2.1.3
2018-06-27 13:39:52 -07:00