Skip to content

Commit

Permalink
ARROW-8203: [C#] Use the latest SourceLink
Browse files Browse the repository at this point in the history
This fixes "dotnet pack". See JIRA issue for full error message.

Closes #6711 from kou/ci-release-csharp

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
kou committed Mar 25, 2020
1 parent e001fe0 commit 9f41fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/src/Apache.Arrow/Apache.Arrow.csproj
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.2" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.2" />

<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19270-01" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9f41fd5

Please sign in to comment.