Skip to content

Commit

Permalink
Merge pull request #322 from dabutvin/dependabot/nuget/LibGit2Sharp-0…
Browse files Browse the repository at this point in the history
….26.0

Bump LibGit2Sharp from 0.25.4 to 0.26.0
  • Loading branch information
dabutvin committed Jul 21, 2019
2 parents 98825a2 + a7a7371 commit 7ba7695
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CompressImagesFunction/CompressImagesFunction.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

<Target Name="CopyNativeBinaries" AfterTargets="Build">
<ItemGroup>
<NativeBinary Include="$(TargetDir)bin/runtimes/linux-x64/native/libgit2-4aecb64.so" />
<NativeBinary Include="$(TargetDir)bin/runtimes/osx/native/libgit2-4aecb64.dylib" />
<NativeBinary Include="$(TargetDir)bin/runtimes/win-x86/native/git2-4aecb64.dll" />
<NativeBinary Include="$(TargetDir)bin/runtimes/linux-x64/native/libgit2-572e4d8.so" />
<NativeBinary Include="$(TargetDir)bin/runtimes/osx/native/libgit2-572e4d8.dylib" />
<NativeBinary Include="$(TargetDir)bin/runtimes/win-x86/native/git2-572e4d8.dll" />
<NativeBinary Include="$(TargetDir)bin/runtimes/linux-x64/native/Magick.Native-Q16-x64.dll.so" />
<NativeBinary Include="$(TargetDir)bin/runtimes/osx-x64/native/Magick.Native-Q16-x64.dll.dylib" />
<NativeBinary Include="$(TargetDir)bin/runtimes/win-x64/native/Magick.Native-Q16-x64.dll" />
Expand All @@ -19,7 +19,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="1.0.24" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="LibGit2Sharp" Version="0.25.4" />
<PackageReference Include="LibGit2Sharp" Version="0.26.0" />
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="7.14.0.2" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="3.0.1" />
<PackageReference Include="Octokit" Version="0.32.0" />
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.CompressImages
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN mkdir -p /home/site/wwwroot
RUN cd /src/CompressImagesFunction && dotnet publish CompressImagesFunction.csproj -c Release --output /home/site/wwwroot

# Native Binaries
RUN cd /src/CompressImagesFunction && cp bin/Release/netstandard2.0/bin/runtimes/linux-x64/native/libgit2-4aecb64.so /home/site/wwwroot/bin/
RUN cd /src/CompressImagesFunction && cp bin/Release/netstandard2.0/bin/runtimes/linux-x64/native/libgit2-572e4d8.so /home/site/wwwroot/bin/
RUN cd /src/CompressImagesFunction && cp bin/Release/netstandard2.0/bin/runtimes/linux-x64/native/Magick.Native-Q16-x64.dll.so /home/site/wwwroot/bin/

FROM mcr.microsoft.com/azure-functions/dotnet:2.0
Expand Down
2 changes: 1 addition & 1 deletion Test/Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="LibGit2Sharp" Version="0.25.4" />
<PackageReference Include="LibGit2Sharp" Version="0.26.0" />
<PackageReference Include="NSubstitute" Version="4.2.0" />
</ItemGroup>

Expand Down

0 comments on commit 7ba7695

Please sign in to comment.