Merge pull request #1051 from dotnet/pawelka/strongname

Strong naming Microsoft.Dotnet.Cli.Utils
This commit is contained in:
Piotr Puszkiewicz 2016-01-26 19:16:41 -08:00
commit b72975bf4c

View file

@ -1,5 +1,9 @@
{
"version": "1.0.0-*",
"compilationOptions": {
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23704",