Skip to content

Commit 83b53e5

Browse files
committed
Update versions in project.json files
1 parent 6d8efb5 commit 83b53e5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/React.Sample.Mvc6/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
/* Click to learn more about project.json http://go.microsoft.com/fwlink/?LinkID=517074 */
33
"webroot": "wwwroot",
4-
"version": "1.4.1-*",
4+
"version": "1.5.0-*",
55
"dependencies": {
66
"Microsoft.AspNet.Mvc": "6.0.0.0-beta3",
77
"Microsoft.AspNet.Diagnostics": "1.0.0.0-beta3",

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": "1.4.1-*",
2+
"version": "1.5.0-*",
33
"frameworks": {
44
"net40": {
55
"wrappedProject": "../../React.Core/React.Core.csproj",

src/wrap/React/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.1-*",
2+
"version": "1.5.0-*",
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": "1.4.1-*",
2+
"version": "1.5.0-*",
33
"frameworks": {
44
"net40": {
55
"bin": {

0 commit comments

Comments
 (0)