Skip to content

Commit 923ad23

Browse files
committed
Updated ASP.NET Core MVC version to 1.0.0
1 parent 491a0e7 commit 923ad23

File tree

70 files changed

+68745
-54569
lines changed

Some content is hidden

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

70 files changed

+68745
-54569
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1><img src="https://raw.githubusercontent.com/ivaylokenov/MyTested.AspNetCore.Mvc/master/tools/logo.png" align="left" alt="MyTested.WebApi" width="100">&nbsp; MyTested.AspNetCore.Mvc - Fluent testing<br />&nbsp; framework for ASP.NET Core MVC</h1>
1+
<h1><img src="https://raw.githubusercontent.com/ivaylokenov/MyTested.AspNetCore.Mvc/master/tools/logo.png" align="left" alt="MyTested.AspNetCore.Mvc" width="100">&nbsp; MyTested.AspNetCore.Mvc - Fluent testing<br />&nbsp; framework for ASP.NET Core MVC</h1>
22
====================================
33

44
MyTested.AspNetCore.Mvc is a unit testing library (currently in Alpha version) providing easy fluent interface to test the [ASP.NET Core MVC](https://github.com/aspnet/Mvc) framework. It is testing framework agnostic, so you can combine it with a test runner of your choice (e.g. xUnit, NUnit, etc.).

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projects": [ "src", "test", "samples" ],
33
"sdk": {
4-
"version": "1.0.0-preview1-002702"
4+
"version": "1.0.0-preview2-003121"
55
}
66
}
Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0",
33

44
"dependencies": {
5-
"NETStandard.Library": "1.5.0-rc2-24027",
6-
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
7-
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-rc2-final",
5+
"NETStandard.Library": "1.6.0-*",
6+
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
7+
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
88
"ApplicationParts.Models": "1.0.0-*",
99
"ApplicationParts.Services": "1.0.0-*"
1010
},
1111

1212
"frameworks": {
13-
"netstandard1.5": {
14-
"imports": [
15-
"dotnet5.6",
16-
"dnxcore50",
17-
"portable-net45+win8"
18-
]
19-
}
13+
"netstandard1.6": {}
2014
}
2115
}

samples/ApplicationParts/ApplicationParts.Controllers/project.lock.json

Lines changed: 2360 additions & 1965 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0",
33

44
"dependencies": {
5-
"NETStandard.Library": "1.5.0-rc2-24027",
6-
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-rc2-final",
7-
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-final",
5+
"NETStandard.Library": "1.6.0-*",
6+
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
7+
"Microsoft.AspNetCore.Mvc": "1.0.0-*"
88
},
99

1010
"frameworks": {
11-
"netstandard1.5": {
12-
"imports": [
13-
"dotnet5.6",
14-
"dnxcore50",
15-
"portable-net45+win8"
16-
]
17-
}
11+
"netstandard1.6": {}
1812
}
1913
}

samples/ApplicationParts/ApplicationParts.Models/project.lock.json

Lines changed: 2350 additions & 1955 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
2-
"version": "1.0.0-*",
2+
"version": "1.0.0",
33

44
"dependencies": {
5-
"NETStandard.Library": "1.5.0-rc2-24027"
5+
"NETStandard.Library": "1.6.0-*"
66
},
77

88
"frameworks": {
9-
"netstandard1.5": {
10-
"imports": "dnxcore50"
11-
}
9+
"netstandard1.6": {}
1210
}
1311
}

0 commit comments

Comments
 (0)