Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit e728f81

Browse files
committed
Fixed packages
1 parent f56e746 commit e728f81

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/dotnet-razor-tooling/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"Microsoft.AspNetCore.Razor.Runtime": "1.0.0-*",
2020
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*",
2121
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
22-
"Microsoft.NETCore.Platforms": "1.0.1-*",
22+
"NETStandard.Library": "1.5.0-*",
23+
"System.Diagnostics.Process": "4.1.0-*",
2324
"Newtonsoft.Json": "8.0.3",
2425
"System.Runtime.Serialization.Primitives": "4.1.0-*"
2526
},

test/dotnet-razor-tooling.Test/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"version": "1.0.0-*",
1414
"type": "build"
1515
},
16-
"Microsoft.NETCore.Platforms": "1.0.1-*",
16+
"NETStandard.Library": "1.5.0-*",
17+
"System.Diagnostics.Process": "4.1.0-*",
1718
"xunit": "2.1.0"
1819
},
1920
"imports": [

0 commit comments

Comments
 (0)