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

Commit 28b1ebe

Browse files
committed
Fix System.Runtime.Serialization.Primitives version
1 parent b5413e3 commit 28b1ebe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/dotnet-razor-tooling/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"Microsoft.DotNet.ProjectModel.Loader": "1.0.0-*",
2020
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
2121
"NETStandard.Library": "1.5.0-*",
22-
"System.Diagnostics.Process": "4.1.0-*",
2322
"Newtonsoft.Json": "8.0.3",
24-
"System.Runtime.Serialization.Primitives": "4.1.0-*"
23+
"System.Diagnostics.Process": "4.1.0-*",
24+
"System.Runtime.Serialization.Primitives": "4.1.1-*"
2525
},
2626
"imports": "portable-net451+win8"
2727
}

0 commit comments

Comments
 (0)