Skip to content

Commit 8b3ffec

Browse files
Daniel Lo NigroDaniel Lo Nigro
authored andcommitted
Switch to ASP.NET 5 RC1 Update 1
1 parent 0cef3de commit 8b3ffec

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ os: Visual Studio 2015
33
install:
44
- set PATH=%ProgramFiles(x86)%\MSBuild\14.0\Bin;%PATH%
55
- dnvm update-self
6-
- dnvm install 1.0.0-rc1-final
6+
- dnvm install 1.0.0-rc1-update1
77
build:
88
project: build.proj
99
verbosity: normal

src/React.AspNet/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.0-*",
2+
"version": "2.2.2-*",
33
"configurations": {
44
"Debug": {
55
"compilationOptions": {

src/React.Sample.Mvc6/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"webroot": "wwwroot",
3-
"version": "2.2.0-*",
3+
"version": "2.2.2-*",
44
"dependencies": {
55
"Microsoft.AspNet.Mvc": "6.0.0-rc1-final",
66
"Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final",

src/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"wrap"
44
],
55
"sdk": {
6-
"version": "1.0.0-rc1-final"
6+
"version": "1.0.0-rc1-update1"
77
},
88
"projects": [
99
"wrap"

src/wrap/React.Core/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.0-*",
2+
"version": "2.2.2-*",
33
"frameworks": {
44
"net40": {
55
"wrappedProject": "../../React.Core/React.Core.csproj",

src/wrap/VroomJs/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.0-*",
2+
"version": "2.2.2-*",
33
"frameworks": {
44
"net40": {
55
"bin": {

0 commit comments

Comments
 (0)