Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Commit

Permalink
Update LockFileFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
troydai committed May 12, 2015
1 parent f820d87 commit 38faef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace Microsoft.Framework.PackageManager
{
internal class LockFileFormat
public class LockFileFormat
{
public const int Version = -9996;
public const string LockFileName = "project.lock.json";
Expand Down

0 comments on commit 38faef4

Please sign in to comment.