Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 24999ad

Browse files
committed
Updating json files to pin versions and build files to pin KoreBuild
1 parent 080c7ee commit 24999ad

File tree

67 files changed

+430
-430
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+430
-430
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ cd $PSScriptRoot
3333
$repoFolder = $PSScriptRoot
3434
$env:REPO_FOLDER = $repoFolder
3535

36-
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
36+
$koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0-rc2.zip"
3737
if ($env:KOREBUILD_ZIP)
3838
{
3939
$koreBuildZip=$env:KOREBUILD_ZIP

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
33
cd $repoFolder
44

5-
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/release.zip"
5+
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/1.0.0-rc2.zip"
66
if [ ! -z $KOREBUILD_ZIP ]; then
77
koreBuildZip=$KOREBUILD_ZIP
88
fi

samples/ActionConstraintSample.Web/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"preserveCompilationContext": true
55
},
66
"dependencies": {
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
8-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
9-
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
10-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
7+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
8+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
9+
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
1111
},
1212
"frameworks": {
1313
"net451": {},
@@ -18,7 +18,7 @@
1818
],
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
21-
"version": "1.0.0-*",
21+
"version": "1.0.0-rc2-3002702",
2222
"type": "platform"
2323
}
2424
}

samples/CustomRouteSample.Web/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"preserveCompilationContext": true
55
},
66
"dependencies": {
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
8-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
9-
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
10-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
7+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
8+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
9+
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
1111
},
1212
"frameworks": {
1313
"net451": {},
@@ -18,7 +18,7 @@
1818
],
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
21-
"version": "1.0.0-*",
21+
"version": "1.0.0-rc2-3002702",
2222
"type": "platform"
2323
}
2424
}

samples/EmbeddedViewSample.Web/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
}
88
},
99
"dependencies": {
10-
"Microsoft.NETCore.Platforms": "1.0.1-*",
11-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
12-
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
13-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
14-
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-*"
10+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
11+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
12+
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
13+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
14+
"Microsoft.Extensions.FileProviders.Embedded": "1.0.0-rc2-final"
1515
},
1616
"frameworks": {
1717
"net451": {},
@@ -22,7 +22,7 @@
2222
],
2323
"dependencies": {
2424
"Microsoft.NETCore.App": {
25-
"version": "1.0.0-*",
25+
"version": "1.0.0-rc2-3002702",
2626
"type": "platform"
2727
}
2828
}

samples/FormatFilterSample.Web/project.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"preserveCompilationContext": true
55
},
66
"dependencies": {
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
8-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
9-
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
10-
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-*",
11-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
7+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
8+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
9+
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Mvc.Formatters.Xml": "1.0.0-rc2-final",
11+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
1212
},
1313
"frameworks": {
1414
"net451": {},
@@ -19,7 +19,7 @@
1919
],
2020
"dependencies": {
2121
"Microsoft.NETCore.App": {
22-
"version": "1.0.0-*",
22+
"version": "1.0.0-rc2-3002702",
2323
"type": "platform"
2424
}
2525
}

samples/InlineConstraintSample.Web/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"preserveCompilationContext": true
55
},
66
"dependencies": {
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
8-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
9-
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
10-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
7+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
8+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
9+
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
1111
},
1212
"frameworks": {
1313
"net451": {},
@@ -18,7 +18,7 @@
1818
],
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
21-
"version": "1.0.0-*",
21+
"version": "1.0.0-rc2-3002702",
2222
"type": "platform"
2323
}
2424
}

samples/JsonPatchSample.Web/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"preserveCompilationContext": true
55
},
66
"dependencies": {
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
8-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
9-
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
10-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
7+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
8+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
9+
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
1111
},
1212
"frameworks": {
1313
"net451": {},
@@ -18,7 +18,7 @@
1818
],
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
21-
"version": "1.0.0-*",
21+
"version": "1.0.0-rc2-3002702",
2222
"type": "platform"
2323
}
2424
}

samples/LocalizationSample.Web/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"preserveCompilationContext": true
55
},
66
"dependencies": {
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
8-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
9-
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
10-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
7+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
8+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
9+
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
1111
},
1212
"frameworks": {
1313
"net451": {},
@@ -18,7 +18,7 @@
1818
],
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
21-
"version": "1.0.0-*",
21+
"version": "1.0.0-rc2-3002702",
2222
"type": "platform"
2323
}
2424
}

samples/MvcSandbox/project.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
"preserveCompilationContext": true
66
},
77
"dependencies": {
8-
"Microsoft.NETCore.Platforms": "1.0.1-*",
9-
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
10-
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
8+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
9+
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
1111
"Microsoft.AspNetCore.Razor.Tools": {
1212
"type": "build",
13-
"version": "1.0.0-*"
13+
"version": "1.0.0-preview1-final"
1414
},
15-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
16-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
17-
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
18-
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
19-
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
15+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
16+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
17+
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final",
18+
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",
19+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final"
2020
},
2121
"publishOptions": {
2222
"include": [
@@ -42,7 +42,7 @@
4242
],
4343
"dependencies": {
4444
"Microsoft.NETCore.App": {
45-
"version": "1.0.0-*",
45+
"version": "1.0.0-rc2-3002702",
4646
"type": "platform"
4747
}
4848
}

samples/MvcSubAreaSample.Web/project.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"preserveCompilationContext": true
55
},
66
"dependencies": {
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
8-
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
9-
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
7+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
8+
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final",
9+
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
1010
"Microsoft.AspNetCore.Razor.Tools": {
1111
"type": "build",
12-
"version": "1.0.0-*"
12+
"version": "1.0.0-preview1-final"
1313
},
14-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
15-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
16-
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*"
14+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
15+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
16+
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final"
1717
},
1818
"frameworks": {
1919
"net451": {},
@@ -24,7 +24,7 @@
2424
],
2525
"dependencies": {
2626
"Microsoft.NETCore.App": {
27-
"version": "1.0.0-*",
27+
"version": "1.0.0-rc2-3002702",
2828
"type": "platform"
2929
}
3030
}

samples/TagHelperSample.Web/project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"preserveCompilationContext": true
66
},
77
"dependencies": {
8-
"Microsoft.NETCore.Platforms": "1.0.1-*",
9-
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
10-
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
8+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
9+
"Microsoft.AspNetCore.Diagnostics": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
1111
"Microsoft.AspNetCore.Razor.Tools": {
1212
"type": "build",
13-
"version": "1.0.0-*"
13+
"version": "1.0.0-preview1-final"
1414
},
15-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
16-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
17-
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
18-
"Microsoft.Extensions.Logging.Console": "1.0.0-*"
15+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
16+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
17+
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final",
18+
"Microsoft.Extensions.Logging.Console": "1.0.0-rc2-final"
1919
},
2020
"tools": {
2121
"Microsoft.AspNetCore.Razor.Tools": {
@@ -38,7 +38,7 @@
3838
],
3939
"dependencies": {
4040
"Microsoft.NETCore.App": {
41-
"version": "1.0.0-*",
41+
"version": "1.0.0-rc2-3002702",
4242
"type": "platform"
4343
}
4444
}

samples/UrlHelperSample.Web/project.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"preserveCompilationContext": true
55
},
66
"dependencies": {
7-
"Microsoft.NETCore.Platforms": "1.0.1-*",
8-
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
9-
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
10-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
7+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-24027",
8+
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
9+
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-rc2-final",
10+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final"
1111
},
1212
"frameworks": {
1313
"net451": {},
@@ -18,7 +18,7 @@
1818
],
1919
"dependencies": {
2020
"Microsoft.NETCore.App": {
21-
"version": "1.0.0-*",
21+
"version": "1.0.0-rc2-3002702",
2222
"type": "platform"
2323
}
2424
}

src/Microsoft.AspNet.Mvc.Razor.Host.VSRC1/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"frameworks": {
2020
"net451": {
2121
"dependencies": {
22-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final"
22+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-final"
2323
}
2424
}
2525
},

src/Microsoft.AspNetCore.Mvc.Abstractions/project.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "ASP.NET Core MVC abstractions and interfaces for action invocation and dispatching, authorization, action filters, formatters, model binding, routing, validation, and more.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Mvc.IActionResult",
3-
"version": "1.0.0-*",
3+
"version": "1.0.0-rc2-final",
44
"packOptions": {
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"xmlDoc": true
2121
},
2222
"dependencies": {
23-
"Microsoft.AspNetCore.Routing.Abstractions": "1.0.0-*",
23+
"Microsoft.AspNetCore.Routing.Abstractions": "1.0.0-rc2-final",
2424
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
2525
"version": "1.0.0-*",
2626
"type": "build"
@@ -37,16 +37,16 @@
3737
"version": "1.0.0-*",
3838
"type": "build"
3939
},
40-
"Microsoft.Net.Http.Headers": "1.0.0-*"
40+
"Microsoft.Net.Http.Headers": "1.0.0-rc2-final"
4141
},
4242
"frameworks": {
4343
"net451": {},
4444
"netstandard1.3": {
4545
"dependencies": {
46-
"Microsoft.CSharp": "4.0.1-*",
47-
"System.ComponentModel.TypeConverter": "4.0.1-*",
48-
"System.Reflection.Extensions": "4.0.1-*",
49-
"System.Text.Encoding.Extensions": "4.0.11-*"
46+
"Microsoft.CSharp": "4.0.1-rc2-24027",
47+
"System.ComponentModel.TypeConverter": "4.0.1-rc2-24027",
48+
"System.Reflection.Extensions": "4.0.1-rc2-24027",
49+
"System.Text.Encoding.Extensions": "4.0.11-rc2-24027"
5050
}
5151
}
5252
}

src/Microsoft.AspNetCore.Mvc.ApiExplorer/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.",
3-
"version": "1.0.0-*",
3+
"version": "1.0.0-rc2-final",
44
"packOptions": {
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
"xmlDoc": true
2121
},
2222
"dependencies": {
23-
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-*",
23+
"Microsoft.AspNetCore.Mvc.Core": "1.0.0-rc2-final",
2424
"Microsoft.Extensions.PropertyHelper.Sources": {
2525
"version": "1.0.0-*",
2626
"type": "build"

0 commit comments

Comments
 (0)