Minor change in functional test
This commit is contained in:
Родитель
7e562e81a7
Коммит
745a1bac8e
|
@ -14,7 +14,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||
global.json = global.json
|
||||
NuGet.config = NuGet.config
|
||||
Readme.md = Readme.md
|
||||
RunTests.ps1 = RunTests.ps1
|
||||
RunTestsCore.ps1 = RunTestsCore.ps1
|
||||
SetEnv.targets = SetEnv.targets
|
||||
EndProjectSection
|
||||
EndProject
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-rc2-final",
|
||||
"Microsoft.AspNetCore.StaticFiles": "1.0.0-rc2-final",
|
||||
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-rc2-final",
|
||||
"Microsoft.Extensions.CodeGenerators.Mvc": "1.0.0-*",
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Utils": "1.0.0-preview1-final",
|
||||
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0-rc2-final",
|
||||
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",
|
||||
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc2-final",
|
||||
|
|
|
@ -18,7 +18,8 @@
|
|||
"Microsoft.AspNet.WebApi.Client": "5.2.2",
|
||||
"Microsoft.Extensions.Configuration.Json": "1.0.0-rc2-final",
|
||||
"dotnet-test-xunit": "1.0.0-*",
|
||||
"xunit": "2.1.0"
|
||||
"xunit": "2.1.0",
|
||||
"Microsoft.VisualStudio.Web.CodeGeneration.Utils": "1.0.0-preview1-final"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче