Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
TopperDEL committed Jul 18, 2024
2 parents 753f288 + 6b7f3a3 commit 7a25518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uplink.NET/pipelines/azure-pipelines-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ stages:
cp storj_uplink/storj_uplink.h uplink-c/storj_uplink.h
export CGO_ENABLED=1
sudo apt-get update
sudo apt-get install gcc-aarch64-linux-gnueabi
sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
displayName: 'Prepare for Target arm64'
- task: Go@0
Expand Down
2 changes: 1 addition & 1 deletion uplink.NET/uplink.NET/uplink.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyVersion>2.13.0.0</AssemblyVersion>
<Authors>
</Authors>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 7a25518

Please sign in to comment.