Skip to content

Commit

Permalink
upd - Updated to .NET 8.0 and DocFX 2.73.2 (#37)
Browse files Browse the repository at this point in the history
* Updated to .NET 7.0 SDK

* upd - Updated DocFX to 2.70.3

* upd - Updated DocFX to 2.70.4

* upd - Updated DocFX to 2.71.0

Co-authored-by: Sean Killeen <[email protected]>

* upd - Updated to .NET 8.0 and DocFX 2.73.2

---------

Co-authored-by: Sean Killeen <[email protected]>
  • Loading branch information
AptiviCEO and SeanKilleen authored Dec 6, 2023
1 parent 0193b5c commit 9c95af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0-jammy
FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy

RUN dotnet --version

# Setting the path up to allow .NET tools
ENV PATH "$PATH:/root/.dotnet/tools"

RUN dotnet tool install --global docfx --version 2.71.0
RUN dotnet tool install --global docfx --version 2.73.2

# Just checking things
RUN dotnet tool list --global
Expand Down

0 comments on commit 9c95af1

Please sign in to comment.