Skip to content

Commit

Permalink
Fixed the reference in Angor nuget (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGershony authored Apr 18, 2024
1 parent 0e17481 commit b9b4fff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Blockcore.Core" Version="1.1.40" />
<PackageReference Include="Blockcore.Core" Version="1.1.41" />
<PackageReference Remove="Microsoft.SourceLink.GitHub" />
</ItemGroup>

Expand Down
7 changes: 4 additions & 3 deletions src/Blockcore.Indexer.Angor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS base
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS base
WORKDIR /app

FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build

COPY src/Directory.Build.props Blockcore.Indexer.Core/
COPY src/Directory.Build.props Blockcore.Indexer.Angor/
COPY src/Blockcore.Indexer.Angor/ Blockcore.Indexer.Angor/
COPY src/Directory.Build.props Blockcore.Indexer.Core/
COPY src/Blockcore.Indexer.Core/ Blockcore.Indexer.Core/

RUN dotnet build Blockcore.Indexer.Angor/Blockcore.Indexer.Angor.csproj -c Release -o /app/build
Expand Down

0 comments on commit b9b4fff

Please sign in to comment.