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
a6b303c83c
Bumping version from 2.1.2 to 2.1.3
2018-06-27 13:39:52 -07:00
Nate McMaster
4ff022bd70
Bumping version from 2.1.1 to 2.1.2
2018-06-12 14:01:35 -07:00
ASP.NET CI
7fd9959fb4
Update dependencies.props
...
[auto-updated: dependencies]
2018-06-12 19:37:11 +00:00
Nate McMaster
a5bb91c2cb
Prevent 2.1 template tests from corrupting machine state
2018-06-05 10:13:33 -07:00
Nate McMaster
34725c0117
Update implicit version of aspnetcore.app for tests
2018-05-31 20:55:28 -07:00
Nate McMaster
9ab4013baa
Merge branch 'release/2.1' into johluo/ci-update-implicit-implementation
2018-05-31 15:20:16 -07:00
Nate McMaster
aacb317ffa
Update dependencies to 2.1.1-rtm-30818
2018-05-31 15:18:08 -07:00
John Luo
d2025d516c
Update implementation
2018-05-30 17:15:48 -07:00
Kiran Challa
a5fb8a3d3c
[ Fixes #523 ] Fix the jquery.min.js file in RazorPages web application
2018-05-30 16:01:45 -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
Javier Calvarro Nelson
74883b2cf0
[ Fixes #528 ] Windows authentication is not applied on launchSettings.json
2018-05-30 14:05:59 -07:00
John Luo
48782f9718
Remove testing prop
2018-05-30 12:09:05 -07:00
John Luo
f953d70d75
Update to 2.1.1
2018-05-30 12:09:05 -07:00
John Luo
f278c804b2
Revert "Install 2.1.0"
...
This reverts commit bdddcfc77435d59e925828df1f2b76e443db022a.
2018-05-30 12:09:05 -07:00
John Luo
7579b6db68
Install 2.1.0
2018-05-30 12:09:05 -07:00
John Luo
cc22ea1ed3
Test updated implicit version implementation
2018-05-30 12:09:05 -07:00
Steve Sanderson
52a9e7a54d
Remove obsolete reference in Angular template home. Fixes #470
2018-05-30 11:22:14 +01:00
Pranav K
6e67c9345c
Remove reference to Microsoft.AspNetCore.Mvc.Razor.ViewCompilation from desktop templates
...
Fixes #530
2018-05-29 15:23:03 -07:00
ASP.NET CI
b75ed79d98
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-29 09:55:34 -07:00
Nate McMaster
5a5837f763
Bumping version from 2.1.0 to 2.1.1
2018-05-23 15:35:25 -07:00
Nate McMaster
ef9fa1868a
Fix SRI hash values for jquery ( #521 )
2018-05-16 11:49:40 -07:00
Kiran Challa
b7eacbb1c3
Upgrade node-sass to 4.9.0
...
[Fixes #513 ] Angular template incompatible with NodeJs 10
2018-05-11 13:26:45 -07:00
ASP.NET CI
732200b23a
Update dependencies.props
...
[auto-updated: dependencies]
2018-05-04 07:53:15 -07:00
Hao Kung
89956df7ea
[Review] Updated migrations and scripts ( #484 )
...
* Update migrations
* Add regex for schema name and product version
* Fix ModelSnapshot product version
* Change version to 2.1.0
2018-05-03 13:22:26 -07:00
Jass Bagga
99114c25a4
Adjust spacing in csproj files ( #492 )
...
Address #462 and fix build break
2018-05-03 11:40:39 -07:00
Jass Bagga
e9fbf4e592
Merge pull request #505 from aspnet/jbagga/RespondToDotNetEfUpgrade
...
Respond to dotnet-ef upgrade
2018-05-01 15:37:36 -07:00
Kiran Challa
601f41026a
Updated icon for RazorClassLibrary
2018-05-01 13:34:51 -07:00
Jass Bagga
4b50481915
Respond to dotnet-ef target framework update
2018-05-01 11:42:06 -07:00
Nate McMaster (automated)
06d7842f0e
Bump version to 2.1.0-rtm
2018-04-30 14:51:46 -07:00
ASP.NET CI
5758828316
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-19 22:38:38 -07:00
John Luo
a8c3615df4
React to implicit Microsoft.AspNetCore.App reference
2018-04-19 16:49:13 -07:00
Nate McMaster
51461991c8
Set NETStandardImplicitPackageVersion via dependencies.props
2018-04-19 16:45:24 -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
Ryan Brandenburg
718989b820
Branching for 2.1.0-rc1
2018-04-16 17:03:27 -07:00
ASP.NET CI
2850064c36
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-15 14:29:09 -07:00
Jass Bagga
a9c7c322cb
Add "webapp" alias to RazorPages template.json ( #467 )
...
Addresses #325
2018-04-13 14:01:20 -07:00
Jass Bagga
5d52701cd2
Add Error razor page to Spa templates ( #464 )
...
Addresses #332
2018-04-13 11:11:01 -07:00
Kiran Challa
f824751bb9
Added Razor class library project template
...
[Fixes #323 ] Add a Razor class library project template
2018-04-13 04:21:49 -07:00
Jass Bagga
c3ac7629d1
WebAPI launchUrl; MVC _LoginPartial; F# AllowedHosts ( #463 )
...
Addresses #455 , #392 , #445
2018-04-11 15:01:32 -07:00
Jass Bagga
da32f45f58
Do not set sslPort if HTTPS not configured ( #458 )
...
Addresses #457
2018-04-10 12:02:10 -07:00
Jass Bagga
a56110bfab
Merge pull request #454 from aspnet/release/2.1
...
Fix AllowedHosts configuration (#452 )
2018-04-05 10:09:00 -07:00
Jass Bagga
4236f0e51c
Fix AllowedHosts configuration ( #452 )
...
Addresses #451
2018-04-05 10:08:40 -07:00
Artak
609687c460
Merge pull request #453 from aspnet/release/2.1
...
Add supportedAuthentication for NoAuth in templates which have NoAuth…
2018-04-04 18:16:59 -07:00
Phil Henning
8a368b5610
Add supportedAuthentication for NoAuth in templates which have NoAuth ( #443 )
...
* Add supportedAuthentication for NoAuth in templates which have NoAuth
This is to work around an issue in Visual Studio
* Remove spurious ,
* Add supportedAuthentications to F# Web API vs-2017.3.host.json
2018-04-04 18:10:04 -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
ASP.NET CI
43707dfa2c
Update dependencies.props
...
[auto-updated: dependencies]
2018-04-03 22:45:13 +00:00
Jass Bagga
fdcee8f42c
Merge pull request #440 from aspnet/release/2.1
...
Remove duplicated UseHttpsRedirection (#437 )
2018-04-03 14:16:08 -07:00
Jass Bagga
52ffc89fef
Remove duplicated UseHttpsRedirection ( #437 )
...
Addresses #436
2018-04-03 14:02:52 -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