ASP.NET CI
19ec125880
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-11 12:37:35 -08:00
Nate McMaster
06c2f0cfd2
Merge branch 'release/2.1' into dev
2018-02-09 10:12:41 -08:00
Nate McMaster
1a77aecf68
Align NETStandard.Library version variable with Universe
2018-02-09 10:08:09 -08:00
Ryan Nowak
2ae925a0f2
Update SDK with tooling changes
...
These are some updates to the SDK based on the work going on in the
VS 15.7 branch. I porting the SDK changes here early for ease of
testing.
2018-02-06 18:21:33 -08:00
Ryan Nowak
07f3c5cb50
Merge branch 'rel/vs15.7' into dev
2018-02-02 13:17:27 -08:00
Ryan Nowak
eb5abc6ac5
Add CPS dependencies
...
Getting this in to avoid pain when rebasing/merging.
2018-02-02 13:16:24 -08:00
Nate McMaster
d452ff44b3
Include portable symbols in nupkgs ( #2009 )
2018-02-02 11:14:25 -08:00
ASP.NET CI
f3817ef738
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-01 04:19:14 +00:00
Nate McMaster
8653225b0c
Update dependencies.props to 2.1.0-preview-28193, build tools to 2.1.0-preview1-1010 [ci skip]
...
Scripted changes:
- updated travis and appveyor.yml files to only build dev, ci, and release branches
- updated dependencies.props
- updated korebuild-lock.txt
- updated korebuild.json to release/2.1 channel
2018-01-31 15:01:13 -08:00
Pranav K
c7d376dc61
Branching for 2.1.0-preview1
2018-01-23 15:32:31 -08:00
Ryan Nowak
b9db1ac7c8
update deps
2018-01-19 13:59:31 -08:00
Ajay Bhargav Baaskaran
eb107092d9
Upgrade dependencies
2018-01-17 12:35:26 -08:00
ASP.NET CI
e35bc1176c
Update dependencies.props
...
[auto-updated: dependencies]
2018-01-16 20:19:11 -08:00
ASP.NET CI
03ef44aa1d
Update dependencies.props
...
[auto-updated: dependencies]
2018-01-16 20:19:11 -08:00
ASP.NET CI
f578819c6e
Update dependencies.props
2018-01-16 20:19:11 -08:00
ASP.NET CI
3413c74c2d
Update dependencies.props
...
[auto-updated: dependencies]
2018-01-16 20:19:11 -08:00
Pranav K
ec4e127a70
Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1
2018-01-16 20:19:11 -08:00
Ryan Brandenburg
9edbf87f31
Remove unneeded exclusion
2018-01-16 20:19:11 -08:00
Pranav K
50fa43d35b
Replace aspnetcore-ci-dev feed with aspnetcore-dev
2018-01-16 20:19:11 -08:00
Ryan Nowak
8c1623695a
Update deps
2018-01-16 12:41:21 -08:00
Ryan Nowak
6bab1c682d
Fix a build break introduced by new SDK
...
This is failing on the CI due to an issue with a newer build of the SDK.
I opened https://github.com/dotnet/sdk/issues/1854 to track the SDK bug.
- update korebuild
- upgrade deps
- remove System.Diagnostics.DiagnosticSource from test projects
2018-01-12 14:22:00 -08:00
Ajay Bhargav Baaskaran
988d1b3c34
Use common BDN runner and config
2018-01-04 14:35:38 -08:00
ASP.NET CI
0452feced7
Update dependencies.props
...
[auto-updated: dependencies]
2018-01-04 01:55:16 +00:00
ASP.NET CI
2e6c06bc6f
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-31 21:49:09 +00:00
Ryan Nowak
c0eecc87e7
Add tools and tasks for Razor MSBuild support
2017-12-18 11:19:24 -08:00
N. Taylor Mullen
7234850c9a
Update MonoDevelop.Sdk to 1.0.1.
...
- The update includes properly signed binaries so they can be used in tests.
2017-12-15 16:20:18 -08:00
ASP.NET CI
1c9c05b64d
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-13 21:33:19 +00:00
ASP.NET CI
3ee6426503
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-10 13:37:33 -08:00
N. Taylor Mullen
37eed518f8
Make VisualStudioRazorParserFactory VisualStudio agnostic.
...
- Removed the `Microsoft.VisualStudio.Language.IntelliSense` dependency from `Microsoft.VisualStudio.Editor.Razor` because it isn't supported in VS for mac.
- Replaced `ICompletionBroker` usage in the VS agnostic dll with a new abstract type `VisualStudioCompletionBroker`. This also enables us to implement completion
- Added Mac implementation of new `VisualStudioCompletionBroker`.
#1789
2017-12-08 16:34:43 -08:00
N. Taylor Mullen
cd1d57f97b
Add MonoDevelop.Core and MonoDevelop.Ide addin dependencies.
...
- Added the runtime package dependency to allow for proper assembly building.
- Added a new external package source for the MonoDevelop.Sdk.
- Had to change the MPack version to be compliant with VS for mac versioning support.
#1789
2017-12-04 17:35:54 -08:00
Ryan Brandenburg
3da41ae4bb
Remove unneeded exclusion
2017-12-04 12:49:33 -08:00
N. Taylor Mullen
182714c324
Move away from WPF text view connection listener.
...
- Had to add a new NuGet feed to access latest VS bits.
- Updated tests to react to new ITextViewConnectionListener.
#1735
2017-11-28 10:42:35 -08:00
Pranav K
ece080466b
Replace aspnetcore-ci-dev feed with aspnetcore-dev
2017-11-21 15:53:12 -08:00
Pranav K
adaa204b06
Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1
2017-11-17 13:00:26 -08:00
Pranav K
c61e9b3e84
Preparing to update to 2.2 SDK
2017-11-09 16:45:26 -08:00
Nate McMaster
4d737af167
Pin tool and package versions to make builds more repeatable
...
Part of aspnet/Universe#575
2017-11-01 18:12:08 -07:00
Nate McMaster
471722eba1
Use PackageLineup to manage PackageReference versions
...
This uses a feature of KoreBuild which will select PackageReference
versions based on a lineup file. This helps unify versions between repos
and helps us ensure we are consistent across multiple components.
2017-08-25 15:44:05 -07:00
Nate McMaster
4094e8b8f3
Use PackageReference instead of project.json in the VSIX project ( #1642 )
2017-08-24 09:30:29 -07:00
Nate McMaster
0c3fff3137
Upgrade to xunit 2.3.0-beta4 ( #1640 )
...
Includes a few changes required by xunit.analyzers, such as removing unused theory parameters.
2017-08-23 12:56:31 -07:00
Pranav K
b32db148ea
Updating to InternalAspNetCoreSdkVersion 2.1.1-*
2017-07-25 15:14:33 -07:00
Ryan Brandenburg
a509de0eb5
Set AspNetCoreVersion
2017-07-24 17:58:18 -07:00
Mike Harder
b0fa49b9e1
Comment to re-enable package downgrade warnings ( #1578 )
2017-07-20 13:45:41 -07:00
Mike Harder
8ff9ef7b4c
Merge branch 'dev' into rel/2.0.0
2017-07-20 10:55:23 -07:00
Mike Harder
c02d701e6e
Update Roslyn to 2.3.1 ( #1574 )
2017-07-20 10:48:42 -07:00
N. Taylor Mullen
8fac9141d8
Revert Roslyn dev dependency increase.
...
- This is needed for the Razor editor to work inside of VS. Once a version of VS is published that supports 2.6 + then we can undo this change.
2017-07-19 09:56:51 -07:00
Pranav K
c812f9d885
Update to RoslynDev 2.6.0-* packages
2017-07-12 14:06:43 -07:00
Pranav K
8a51fdb39d
Revert "Update to Roslyn 2.3.0"
...
This reverts commit dbf57b9268 .
2017-07-12 09:04:27 -07:00
Pranav K
dbf57b9268
Update to Roslyn 2.3.0
2017-07-12 08:00:50 -07:00
Mike Harder
01fe818dcd
Update dependencies to match Visual Studio 15.3 ( #1534 )
2017-07-11 16:34:32 -07:00
Mike Harder
aebb841e41
Upgrade Roslyn to 2.3.0-beta4-* ( #1533 )
2017-07-10 17:28:23 -07:00