Skip to content

Commit

Permalink
Whoops, can't use C# 6 with .NET 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stajs committed Oct 16, 2015
1 parent 878472a commit fb5525e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LIC.Malone.Client.Desktop/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private class InternalConfig
private readonly string _oAuthUserCredentialsFile;
private readonly string _configFile;

public string GitHubPersonalAccessToken { get; private set; } = null;
public string GitHubPersonalAccessToken { get; private set; }

public Config()
{
Expand Down

0 comments on commit fb5525e

Please sign in to comment.