Skip to content

Commit

Permalink
Update LibGit2Sharp.NativeBinaries to use custom NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
kstrohminfor committed Jul 25, 2024
1 parent 801d009 commit d45a70a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LibGit2Sharp/LibGit2Sharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[2.0.322]" PrivateAssets="none" />
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="[2.0.323]" PrivateAssets="none" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="MinVer" Version="5.0.0" PrivateAssets="all" />
</ItemGroup>
Expand Down
11 changes: 10 additions & 1 deletion nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="InforCommon" value="https://cpqtfsweb.infor.com/TDCIDev/_packaging/InforCommon/nuget/v3/index.json" />
</packageSources>
</configuration>
<packageSourceMapping>
<packageSource key="InforCommon">
<package pattern="LibGit2Sharp.NativeBinaries" />
</packageSource>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>

0 comments on commit d45a70a

Please sign in to comment.