Ryan Nowak
5008c7803c
Add a project system
...
Step 1: Add HostProject
This is a somewhat complex addition to the ProjectSnapshotManager. Now
that we accept updates from the underlying IDE project system we need to
coordinate those with the Workspace.
This means that ProjectSnapshot itself now also has a version concept.
Step 2: Introduce a new project system based on CPS
We use project capabilities defined by the Razor SDK to determine
whether to rely on MSBuild evaluation to detect the configuration or
whether to fallback to assembly-based detection.
Step 3: Flow RazorConfiguration everywhere
We use now expose the RazorConfiguration to the language service and
editor. This means that we no longer need to detect the project's
configuration asynchronously, it happens much faster now.
2018-02-19 14:39:19 -08:00
Nate McMaster
13824c418e
Catch 15.7 up with dev
...
This change integrates most of the non-breaking work that we did in 2.1
including the updates to make Razor less coupled to MVC.
2018-02-19 10:46:16 -08:00
ASP.NET CI
02a5b11725
Update dependencies.props
...
[auto-updated: dependencies]
2018-02-18 12:29:05 -08:00
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
N. Taylor Mullen
6c75f29419
Include VSIX symbols in build output.
...
#2037
2018-02-08 14:36:07 -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
N. Taylor Mullen
7490b4413c
Change GenerateMPACK ItemGroup names to be non-plural.
2018-02-06 12:13:17 -08:00
N. Taylor Mullen
83c31f611f
Update GenerateMPACK to capture PDBs.
...
- VS Mac expects pdbs to sit side-by-side.
#1968
2018-02-06 12:13:17 -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
N. Taylor Mullen
5c6ff4366f
Make it so MPacks generate in Mac build.
...
#1966
2018-01-24 12:28:01 -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
N. Taylor Mullen
49a3b6bcae
Use ZipArchive task instead of powershell.
...
#1937
2018-01-17 16:07:07 -08:00
Ajay Bhargav Baaskaran
eb107092d9
Upgrade dependencies
2018-01-17 12:35:26 -08:00
N. Taylor Mullen
5e0e09ac06
Remove MPack assets.
2018-01-16 20:19:11 -08:00
Nate McMaster
141b0b4763
Upgrade to build tools 2.1.0-preview1-15651
2018-01-16 20:19:11 -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
Nate McMaster
c88f7be1ab
Include the VSIX and MPack files in the bill of materials
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
a5ddd2baf1
Specify runtime versions to install
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
Nate McMaster
89243f8bb8
Use MSBuild to set NuGet feeds instead of NuGet.config
2018-01-16 20:19:11 -08:00
Ryan Nowak
8c1623695a
Update deps
2018-01-16 12:41:21 -08:00
N. Taylor Mullen
f025a27f04
Unify how AdhocWorkspace is constructed.
...
- Created a new `TestWorkspace` type to lock on `AdhocWorkspace` construction. This type can't be constructed/changed in parallel.
- Updated test usages of `AdhocWorkspace` to make use of `TestWorkspace`.
- Added a `Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common` project to have the `TestWorkspace` type.
#1913
2018-01-12 17:54:53 -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
Pranav K
1849056093
Add support for running tests using desktop msbuild
2018-01-05 12:52:01 -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
Nate McMaster
34054339ed
Upgrade to build tools 2.1.0-preview1-15651
2017-12-28 14:10:04 -08:00
Ryan Nowak
ed17bd549b
Update to latest korebuild
...
Contains a fix to avoid crashing on Roslyn's version format
2017-12-28 13:16:55 -08:00
Nate McMaster
82a68d73de
Include the VSIX and MPack files in the bill of materials
2017-12-20 13:52:32 -08:00
Ryan Nowak
a3fef5eeaa
Adds support for Razor compilation at build-time
...
This PR adds two new tools as well as a tasks project. None of these
projects produce a package and they ship as part of
Microsoft.AspNetCore.Razor.Design. For now this is a 'fat' package that
contains all of the dependencies, but we plan to strip them out in the
future.
The support for compilation at build-time will start as **off** by
default. The immediate goal here is to get this to flow through the
build so that we can test it as part of the inner loop effort. We will
enable this feature by default once we've done more thorough testing.
Since this is mostly a code dump, I plan to address blocking and minor
feedback only. If there are design issues that are non-critical, I will
open follow up items.
The next step will be to start adding more detailed tests.
2017-12-18 13:01:14 -08: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
N. Taylor Mullen
b73c50be41
Add Mac implementation of FileChangeTracker.
...
- Added a LanguageServices Mac test project.
- Added a few tests for the new `DefaultFileChangeTracker`. There's currently an issue with the MonoDevelop.Core binaries we're compiling against which doesn't allow me to unit test other pieces of the class (they depend on instantiating mono develop objects).
- Added IVT from product projects to new mac testing project.
#1789
2017-12-12 15:47:16 -08: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
7ec0e9fb23
Make GenerateMPack target more resilient.
2017-12-05 11:59:42 -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
Pranav K
ee3bc17559
Specify runtime versions to install
2017-11-29 14:09:29 -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
Nate McMaster
5acef44685
Use MSBuild to set NuGet feeds instead of NuGet.config
2017-11-20 12:30:45 -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
809dedd40c
Preserve DotNetPackageVersionPropsPath when restoring with msbuild.exe
2017-11-08 10:17:50 -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
6c7551d9c7
Require the Microsoft.VisualStudio.Component.VSSDK workload to be installed
2017-10-30 08:59:20 -07:00
Ryan Nowak
984713c297
Add an opt-out for building the VSIX
...
Ex:
.\build.cmd /p:BuildVSIX=false
2017-10-20 16:33:38 -07:00
Nate McMaster
b064a28dcf
Ensure the VSIX project is skipped when executing restore and build from dotnet-cli
2017-10-18 15:10:25 -07:00
N. Taylor Mullen
786f825a3d
Change powershell zip procedure to work on earlier versions.
2017-10-02 15:13:59 -07:00
N. Taylor Mullen
88a950d436
Revert "Revert MonoAddin build steps."
...
This reverts commit 44519485fd .
2017-10-02 11:56:45 -07:00
N. Taylor Mullen
44519485fd
Revert MonoAddin build steps.
2017-10-02 11:34:41 -07:00
N. Taylor Mullen
3c73812f8a
Revert "Revert "Add Microsoft.MonoDevelop.RazorAddin.""
...
This reverts commit fa0990fe00 .
2017-09-29 17:17:44 -07:00
N. Taylor Mullen
fa0990fe00
Revert "Add Microsoft.MonoDevelop.RazorAddin."
...
This reverts commit fca4f23895 .
2017-09-29 17:08:17 -07:00
N. Taylor Mullen
fca4f23895
Add Microsoft.MonoDevelop.RazorAddin.
...
- As part of this work I also added `Microsoft.VisualStudio.Mac.LanguageServices.Razor` to be the Visual Studio for Mac specific Razor code.
- Added MSBuild infrastructure to automate creation of MonoDevelop addins (MPacks). This work enables us to not have a dependency on a specific version of monodevelop and does not require us to have tool-prerequisites on the box. Every build outputs the mpacks into the artifacts/build directory.
- Built in build-level metadata pieces to workaround how addins are typically developed. They are usually authored C# first and then config files are generated after the fact; with this changeset we auto-generate the addin.info and its corresponding assembly attributes. Both of these take information directly from the build system.
#1696
2017-09-29 16:26:50 -07:00
N. Taylor Mullen
6c8286eed7
Split LanguageServices.Razor.
...
- Created a new `Microsoft.VisualStudio.Editor.Razor` assembly to contain Visual Studio platform agnostic info.
- Added a new `Microsoft.VisualStudio.Editor.Razor.Test.Common` project to be the centerfold for all VisualStudio agnostic test pieces.
- Added a `Microsoft.VisualStudio.Editor.Razor.Test` project and pulled in LanguageService test files into the the Editor.Razor.Test project to correspond to their movement in the src project.
#1690
2017-09-29 16:26:50 -07:00
Nate McMaster
39c190aa0d
Preserve the build number when building the VSIX ( #1702 )
2017-09-27 16:25:16 -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
Nate McMaster
4cadee2762
Use Directory.Build.props/targets ( #1641 )
2017-08-23 12:24:57 -07:00
Ajay Bhargav Baaskaran
bf63704547
Renamed solutions
2017-08-18 11:46:38 -07:00
Ajay Bhargav Baaskaran
4fcad1548e
Added support for multitargeting
...
- Added 1_X src project for multitargeting
- Added 1_X test project for multitargeting
- Added 1_X test MvcShim for multitargeting
- Make section directive generate the correct code the appropriate version
- Added another sln
2017-08-04 15:39:18 -07:00
Nate McMaster
81c596ae58
Update bootstrappers to use the compiled version of KoreBuild
...
[ci skip]
2017-07-25 16:34:22 -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
6c7859bfba
Generate full pdbs for desktop packages
...
Fixes #1548
2017-07-19 09:39:45 -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
Ryan Brandenburg
17f97397e6
TreatWarningsAsErrors
2017-07-06 12:33:35 -07:00
Nate McMaster
03c92fe36b
React to aspnet/BuildTools#293
...
[ci skip]
2017-07-06 10:40:22 -07:00
Ryan Brandenburg
ddef61485b
DiagnosticSource to 4.4.1
2017-07-03 15:09:38 -07:00
Pranav K
4db7f2eb6d
Update to Roslyn 2.3.0-beta3 version
2017-06-30 11:35:59 -07:00
Pranav K
413c1c919f
Update to StreamRpc 1.1.92
2017-06-29 12:21:07 -07:00
Pranav K
bb9b206342
Update Moq to 4.7.49
2017-06-29 10:39:07 -07:00
Ryan Brandenburg
511c7db541
Remove NetStandard.Library.NETFramework and Update Moq
2017-06-29 10:17:45 -07:00
Nate McMaster
bf1be9fb79
Restore the VSIX project with MSBuild instead of NuGet.exe ( #1471 )
...
* Restore the VSIX project with MSBuild instead of NuGet.exe
* Upgrade AppVeyor image to VS Preview
2017-06-27 10:28:23 -07:00
Ryan Nowak
8599870648
Revert "Revert "Update Roslyn Version to support C# 7.1""
...
This reverts commit 48285f63c6 .
2017-06-14 11:56:56 -07:00
Pranav K
1fb3c8c26f
Remove Roslyn from NuGet.config.
...
Update StreamRpcJson to 1.0.36. This package has an assembly version that matches the version shipped in VS 2017 RTM.
2017-06-12 13:33:55 -07:00
Nate McMaster
4d18334573
Target .NET Standard 2.0
2017-06-08 16:37:27 -07:00
Nate McMaster
1dfe37b55a
React to downstream upgrades to .NET Standard 2.0
2017-06-07 12:51:48 -07:00
Mike Harder
f658d3a080
Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev
2017-06-05 11:15:50 -07:00
Mike Harder
48285f63c6
Revert "Update Roslyn Version to support C# 7.1"
...
This reverts commit 8f299c5b11 .
2017-06-05 10:39:20 -07:00
Ryan Nowak
8297633445
Merge branch 'rel/2.0.0-preview2' into dev
2017-06-03 17:34:10 -07:00
Ryan Nowak
8f299c5b11
Update Roslyn Version to support C# 7.1
2017-06-03 17:27:40 -07:00
Ryan Nowak
fcb8669c98
Use project.json for the VSIX project
...
Also did some spring cleaning on redundent references in the language
services package.
Note that the 'immutable' packages are now totally redundant with
Shell.15.0. You're supposed to use one or the other. Since our minimum VS
is 15, I just went with shell 15.0.
Now the VSIX project doesn't have many references in it.
2017-06-03 17:27:35 -07:00
Pranav K
ca4b8e0b85
Branching for rel/2.0.0-preview2
2017-05-31 19:37:12 -07:00
Kiran Challa
4056e86382
Updated to use the latest shared runtime
2017-05-29 04:41:43 -07:00
Ryan Brandenburg
b96a486650
Compile CodeGeneration tests
2017-05-16 16:26:47 -07:00
Nate McMaster
682d630fa2
Upgrade test framework versions and fix issues with tests
2017-05-12 15:41:49 -07:00
Pavel Krymets
5c5462afba
Merge branch 'rel/2.0.0-preview1' into dev
2017-05-05 10:26:18 -07:00
Pavel Krymets
e3276bdf8e
Update InternalAspNetCoreSdkVersion
2017-05-05 10:26:11 -07:00
Pranav K
e6c8ea8341
Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev
2017-05-01 22:02:34 -07:00
Pranav K
e711985920
Use the bundled NETStandard.Library package in netstandard targeting libraries
2017-05-01 12:40:03 -07:00
Pranav K
339b2c3e4a
Branching for 2.0.0-preview1
2017-04-25 22:04:52 -07:00
Pranav K
8270a002b3
Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one
2017-04-25 12:52:11 -07:00
Ryan Nowak
27148c05f6
Update our Roslyn dependencies to 15.3
2017-04-24 18:59:06 -07:00
N. Taylor Mullen
1696e2aebf
Upgrade Razor's Roslyn dependency to 2.0.0.
...
- Added C# 7 test to validate questionable features work end-to-end.
- Had to add several explicit package references to let our VS specific packages work as expected.
#1046
2017-04-21 11:40:21 -07:00
Kiran Challa
4319593e7f
Updated dependency model version to 2.0.0-*
2017-04-18 15:42:27 -07:00
Ryan Nowak
acf3e759d1
Add BenchmarkDotNet boilerplate
2017-04-10 14:25:43 -07:00
Pranav K
fa378842af
Use NuGetPackageRoot instead of NuGetPackageFolders
2017-04-04 15:32:46 -07:00
Pranav K
1bd31f42c0
Updating versions to 2.0.0-preview1
2017-04-03 22:31:17 -07:00
Pranav K
a784265747
Search more places for MSBuild
2017-03-31 14:37:50 -07:00
Ryan Brandenburg
60a87829f8
Fix type name
2017-03-29 16:19:12 -07:00
Pranav K
e7f563843c
Updating to 2.0.0 Internal.AspNetCore.Sdk
2017-03-29 12:06:15 -07:00
Kiran Challa
56c2d76e03
Upgrade Json.Net version to 10.0.1
2017-03-28 15:20:27 -07:00
Pranav K
2ea0659e60
Change compilation targets.
...
* Remove net451 as a compilation target
* Upgrade to netcoreapp2.0
2017-03-24 07:49:34 -07:00
Nate McMaster
43a41398ac
Unify dependency versions to one file
2017-03-15 16:44:00 -07:00
Pranav K
b56751bf2e
Fix typo
2017-03-09 12:08:50 -08:00
Pranav K
3f911fd518
Account for missing ArtifactsDir
2017-03-09 11:45:08 -08:00
Pranav K
addbac24aa
Account for missing trailing slash in package path when restoring vsix
2017-03-09 10:34:59 -08:00
Pranav K
3ba44f5038
Build the vsix as part of the default build cycle
...
Fixes #1029
2017-03-09 10:07:38 -08:00
Ryan Nowak
59078850d8
Exclude new project from msbuild
2017-03-06 18:12:01 -08:00
Nate McMaster
539903c7cf
Replace makefile.shade with a PowerShell script
...
cref aspnet/Korebuild#174
2017-02-22 16:15:39 -08:00
Pranav K
075771a12d
Re-enable netcoreapp1.1 tests (part 2)
2017-02-16 15:29:31 -08:00
Nate McMaster
76b998a8dc
Skip .NET Framework-only tests on xplat
2017-02-16 11:16:52 -08:00
Nate McMaster
279855d947
Downgrade to stable packages
2017-02-14 16:15:35 -08:00
Nate McMaster
eaadfb70eb
Create NoVSIX solution configurations
2017-02-09 14:04:49 -08:00
Nate McMaster
79663ef90e
Upgrade to RC.3
2017-01-20 09:01:49 -08:00
Pranav K
9dbf80dde7
Modifications to allow building VSIX from build.
2017-01-13 11:55:46 -08:00
Nate McMaster
0324ac80dd
React to aspnet/KoreBuild#155
...
This converts to using Internal.AspNetCore.Sdk instead of importing from the KoreBuild folder directly
2017-01-11 14:21:03 -08:00
Nate McMaster
705a490acb
Upgrade to VS 2017
2016-12-16 16:04:22 -08:00
David Fowler
eb24202709
Updated build.
2014-01-25 02:25:12 -08:00
David Fowler
8cc117c48f
Updated build.
2014-01-24 02:21:50 -08:00
David Fowler
77dd7e40eb
Updated build.
2014-01-23 23:12:34 -08:00
David Fowler
55b697a142
Updated build to add restore.
2014-01-21 21:52:15 -08:00
David Fowler
084d6e3544
Added initial build.
2014-01-21 20:17:07 -08:00