Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate McMaster <natemcmaster@users.noreply.github.com>2019-02-20 20:53:53 +0300
committerGitHub <noreply@github.com>2019-02-20 20:53:53 +0300
commit85ae18c723a27740a3e1056faca377fd999d613b (patch)
tree81427804434c84226f154d2e59c2b96393c4a449 /global.json
parent3a785e0045022b0dcf152d064146a15f6d11b961 (diff)
Make Visual Studio 2019 a prerequisite to building this repo (#7005)
Changes: * Make Visual Studio 2019 a prerequisite for building this repo * Update .sln files * Update Windows SDK to 17134 * Update developer docs * Disable ANCM tests * Update to .NET Core SDK 3.0 Preview 2 * Use Microsoft.NET.Sdk.Razor as a package consistently accross the repo * React to changes in metadata from Microsoft.NETCore.App * React to changes in .NET Core SDK * Attempt to workaround CodeCheck.ps1 failure which doesn't repro locally or on different agents. Possibly due to differences in the version of the PowerShell task? * Remove dead YML file * Rename usages of win7-{x64,x86} to win-{x64,x86} * Update KoreBuild to 3.0.0-build-20190219.1
Diffstat (limited to 'global.json')
-rw-r--r--global.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/global.json b/global.json
index c69ded73a1..b4fc896ff3 100644
--- a/global.json
+++ b/global.json
@@ -1,8 +1,8 @@
{
"sdk": {
- "version": "3.0.100-preview-009750"
+ "version": "3.0.100-preview-010184"
},
"msbuild-sdks": {
- "Internal.AspNetCore.Sdk": "3.0.0-build-20190205.1"
+ "Internal.AspNetCore.Sdk": "3.0.0-build-20190219.1"
}
}