Browser Link loader for Visual Studio integration
Перейти к файлу
Nate McMaster 05f8eac8a2
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 11:50:47 -07:00
build Pin version variables to the ASP.NET Core 2.1.2 baseline 2018-07-12 11:50:47 -07:00
src/Microsoft.VisualStudio.Web.BrowserLink Set 2.1 baselines 2018-06-13 15:33:37 -07:00
test Update samples and tests to target netcoreapp2.1 2017-11-14 09:47:52 -08:00
.gitattributes Build with dotnet 2016-01-27 14:13:16 -08:00
.gitignore Pin tool and package versions to make builds repeatable 2017-10-31 17:57:26 -07:00
BrowserLink.sln Increase Minimum Version of Visual Studio to 15.3.0 2017-09-21 17:39:43 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-07-29 14:15:36 -07:00
Directory.Build.props Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:15:39 -08:00
Directory.Build.targets Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:30:56 -07:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:04:39 -07:00
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-11-20 12:15:39 -08:00
NuGetPackageVerifier.json Add NuGetPackageVerifier 2018-03-21 10:30:43 -07:00
README.md Update README.md 2017-08-04 17:37:59 -07:00
build.cmd Update bootstrappers 2017-10-09 12:39:24 -07:00
build.sh Update bootstrappers 2017-10-09 12:39:24 -07:00
korebuild-lock.txt Updating dependencies to 2.1.2 and adding a section for pinned variable versions 2018-07-11 18:47:44 -07:00
korebuild.json Branching for 2.1.0-rc1 2018-04-16 16:54:26 -07:00
run.cmd Update bootstrappers 2017-10-09 12:39:24 -07:00
run.ps1 Update bootstrappers 2017-12-01 12:27:15 -08:00
run.sh Update bootstrappers 2017-12-01 12:27:15 -08:00
version.props Reverting version from 2.1.2 back to 2.1.1 2018-07-11 15:06:25 -07:00

README.md

BrowserLink

This project is part of ASP.NET Core and Visual Studio. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.