Skip to content

Commit b4a259e

Browse files
committed
Bump to GCM 2.6.0
1 parent 43f6b82 commit b4a259e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/File/File.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
<PackageReference Include="Spectre.Console" Version="0.48.0" />
2626
<PackageReference Include="Mono.Options" Version="6.12.0.148" />
2727
<PackageReference Include="DotNetConfig" Version="1.2.0" />
28-
<PackageReference Include="git-credential-manager" Version="2.4.1" IncludeAssets="tools" GeneratePathProperty="true" />
28+
<PackageReference Include="git-credential-manager" Version="2.6.0" IncludeAssets="tools" GeneratePathProperty="true" />
2929
</ItemGroup>
3030

3131
<ItemGroup Condition="'$(Pkggit-credential-manager)' != ''">
32-
<Reference Include="Atlassian.Bitbucket" HintPath="$(Pkggit-credential-manager)\tools\net7.0\any\Atlassian.Bitbucket.dll" />
33-
<Reference Include="Microsoft.AzureRepos" HintPath="$(Pkggit-credential-manager)\tools\net7.0\any\Microsoft.AzureRepos.dll" />
34-
<Reference Include="GitHub" HintPath="$(Pkggit-credential-manager)\tools\net7.0\any\GitHub.dll" />
35-
<Reference Include="GitLab" HintPath="$(Pkggit-credential-manager)\tools\net7.0\any\GitLab.dll" />
36-
<Reference Include="gcmcore" HintPath="$(Pkggit-credential-manager)\tools\net7.0\any\gcmcore.dll" />
32+
<Reference Include="Atlassian.Bitbucket" HintPath="$(Pkggit-credential-manager)\tools\net8.0\any\Atlassian.Bitbucket.dll" />
33+
<Reference Include="Microsoft.AzureRepos" HintPath="$(Pkggit-credential-manager)\tools\net8.0\any\Microsoft.AzureRepos.dll" />
34+
<Reference Include="GitHub" HintPath="$(Pkggit-credential-manager)\tools\net8.0\any\GitHub.dll" />
35+
<Reference Include="GitLab" HintPath="$(Pkggit-credential-manager)\tools\net8.0\any\GitLab.dll" />
36+
<Reference Include="gcmcore" HintPath="$(Pkggit-credential-manager)\tools\net8.0\any\gcmcore.dll" />
3737
</ItemGroup>
3838

3939
<ItemGroup>

0 commit comments

Comments
 (0)