Commit Graph

126 Commits

Author SHA1 Message Date
Ryan Brandenburg 89d493bac8
Merge pull request #805 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
2018-10-25 16:23:28 -07:00
Ryan Brandenburg b05185f1f1
ESLint (#796)
Include ESLint in react templates
2018-10-25 12:27:39 -07:00
Nate McMaster 654debe8fb
Merge branch 'master' into merge/release/2.2-to-master 2018-10-24 17:51:56 -07:00
Nate McMaster 7bde7399e9
2.2: remove Microsoft.VisualStudio.Web.CodeGeneration.Design from templates (#802)
This package does not need to be in the project until someone uses Visual Studio code generation. Visual Studio will automatically add this package when scaffolding is used for the first time, so it's unnecessary to put this in our templates.
2018-10-24 17:42:02 -07:00
Ryan Brandenburg 7c817289ff
Merge branch 'master' into merge/release/2.2-to-master 2018-10-10 16:29:10 -07:00
Ryan Brandenburg 7d09ec6ccc
Low hanging fruit (#763)
Clean up low hanging fruit
2018-10-10 12:12:11 -07:00
Ryan Brandenburg 7356b9634b Merge branch 'merge/release/2.2-to-master' 2018-09-17 11:58:51 -07:00
Ryan Brandenburg b8f7f967ce Normalize FSharp templates and don't check in site.min.js 2018-09-13 14:41:32 -07:00
Ryan Brandenburg 5f5524a477 Merge branch 'merge/release/2.2-to-master' 2018-08-30 15:23:14 -07:00
Ryan Brandenburg a3b20c57ea Add appsettings.json to EmptyWeb 2018-08-27 09:52:47 -07:00
Ryan Brandenburg 2d33543117 Skip test broken by lack of 30 SDK 2018-08-20 10:28:31 -07:00
Ryan Brandenburg c33044c555 Merge branch 'merge/release/2.2-to-master' 2018-08-08 15:42:36 -07:00
Ryan Brandenburg e47a08612b JQuery-validate-unobtrusive version 3.2.10 2018-08-06 15:21:46 -07:00
Ryan Brandenburg f82461b4b0 Merge branch 'merge/release/2.2-to-master' 2018-08-06 13:01:08 -07:00
Ryan Brandenburg 71c15fb76a Use bootstrap4 for templates 2018-08-06 10:16:35 -07:00
Ryan Brandenburg d95f971693 Fix broken tests 2018-08-06 07:22:55 -07:00
Nate McMaster 4ca00f6b1b
Merge branch 'release/2.2' 2018-07-03 17:55:29 -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 1f2e966454
Update templating to use netcoreapp3.0 2018-06-29 16:32:30 -07:00
Ryan Brandenburg 19f1bbb813 Adding VSTS file 2018-06-19 10:58:27 -07:00
Nate McMaster 006d111e3b
Merge branch 'release/2.1' into dev 2018-06-07 08:41:25 -07:00
Nate McMaster a5bb91c2cb
Prevent 2.1 template tests from corrupting machine state 2018-06-05 10:13:33 -07:00
Kiran Challa 4f5b358ba8 Added tests to verify fallback source content is same as the CDN content
# Conflicts:
#	build/dependencies.props
2018-05-30 15:58:40 -07:00
Ryan Brandenburg cd516b328e Handle process stdout 2018-05-18 14:56:34 -07:00
Ryan Brandenburg 15ca3dcdaa Move templates to netcoreapp2.2 2018-05-18 09:28:12 -07:00
Kiran Challa ac595c0c51 Added tests to verify fallback source content is same as the CDN content 2018-05-16 17:29:52 -07:00
Nate McMaster f2df6763aa
Merge branch 'release/2.1' into dev 2018-05-16 12:44:04 -07:00
Nate McMaster ef9fa1868a
Fix SRI hash values for jquery (#521) 2018-05-16 11:49:40 -07:00
Ryan Brandenburg 2a81103a41 Upgrade to netcoreapp22 2018-05-09 12:11:28 -07:00
Jass Bagga 4b50481915 Respond to dotnet-ef target framework update 2018-05-01 11:42:06 -07:00
Jass Bagga f4e7771c0c
Respond to dotnet-ef target framework upgrade (#503)
Fixes broken tests
2018-04-27 20:26:34 -07:00
John Luo a8c3615df4 React to implicit Microsoft.AspNetCore.App reference 2018-04-19 16:49:13 -07:00
Jass Bagga 13e746c289
Update THIRD-PARTY-NOTICES link and remove Package Management panel from carousel (#474)
Addresses #330 and #469
2018-04-18 09:42:27 -07:00
Jass Bagga 3732d8c718
Revert "Revert "Update jquery-validation-unobtrusive (#421)"" (#447)
This reverts commit a76d51c46b.
2018-04-04 16:57:15 -07:00
Jass Bagga b8c1288432
Merge pull request #439 from aspnet/release/2.1
Fix path to tool for CI (#438)
2018-04-03 13:02:07 -07:00
Jass Bagga ed55571572
Fix path to tool for CI (#438) 2018-04-03 12:46:28 -07:00
Jass Bagga cec6363c5a Merge branch 'release/2.1' into dev 2018-04-03 10:46:36 -07:00
Jass Bagga 0a5a963bb0
Use dotnet-ef package (#433)
Addresses  #429 and #378
2018-04-03 10:36:06 -07:00
Pranav K 948a2537da
Merge remote-tracking branch 'origin/release/2.1' into dev 2018-04-02 16:17:07 -07:00
Pranav K d1b745f249 Use Razor.Sdk package to verify templates
Fixes #400
2018-04-02 16:15:32 -07:00
Jass Bagga 56fc40dbca
Revert "Revert "Update jquery-validation-unobtrusive (#421)"" (#426)
This reverts commit e6112a0911.
2018-04-01 23:29:52 -07:00
Pavel Krymets a76d51c46b Revert "Update jquery-validation-unobtrusive (#421)"
This reverts commit ac9addabcc.
2018-03-31 16:24:07 -07:00
Pavel Krymets e6112a0911
Revert "Update jquery-validation-unobtrusive (#421)" 2018-03-31 16:09:27 -07:00
Jass Bagga 02cd8fe36b
Merge pull request #423 from aspnet/release/2.1
Update jquery-validation-unobtrusive (#421)
2018-03-30 15:05:20 -07:00
Jass Bagga ac9addabcc
Update jquery-validation-unobtrusive (#421)
Addresses #15
2018-03-30 15:04:50 -07:00
Jass Bagga c0c28fb9f1 Merge branch 'release/2.1' into dev 2018-03-29 14:40:40 -07:00
Jass Bagga 2f9ce959ea
Target net461 for all tests (#420) 2018-03-29 14:38:47 -07:00
Jass Bagga cf135a2e03 Merge branch 'release/2.1' into dev 2018-03-29 14:11:05 -07:00
Jass Bagga cb7942abe4
Add no-https option for all templates (#413)
Addresses #322
2018-03-29 13:59:47 -07:00