Skip to content

Commit

Permalink
Bump to latest GCM release v2.0.886 and .NET6 RTM
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Feb 4, 2023
1 parent 41424d1 commit 5c3b9fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion external/gcm
Submodule gcm updated from cf5a69 to 9ef3fc
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static Program()
Environment.SetEnvironmentVariable("GIT_TERMINAL_PROMPT", "false", EnvironmentVariableTarget.Process);

var appPath = ApplicationBase.GetEntryApplicationPath();
var context = new CommandContext(appPath);
var context = new CommandContext(appPath, AppContext.BaseDirectory);
providers = new IHostProvider[]
{
new GitHubHostProvider(context),
Expand Down
2 changes: 1 addition & 1 deletion src/gcm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>A dotnet global tool for managing Git credentials using the Microsoft Git Credentials Manager Core.</Description>

<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp3.1;net6.0</TargetFrameworks>
<TargetFramework>net6.0</TargetFramework>

<AssemblyName>gcm</AssemblyName>
<RootNamespace>DotNet</RootNamespace>
Expand Down

0 comments on commit 5c3b9fb

Please sign in to comment.