Skip to content

Commit

Permalink
Merge pull request #1762 from jhett12321/dotnet-8
Browse files Browse the repository at this point in the history
Add .NET 8 packages.
  • Loading branch information
Daztek authored Aug 16, 2024
2 parents 249580a + ce14e30 commit a83dbb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ https://github.com/nwnxee/unified/compare/build8193.36.12...HEAD
### Changed
- Player: added bChatWindow parameter to FloatingTextStringOnCreature()
- Damage: added iSpellId to the NWNX_Damage_DamageEventData struct.
- Docker: Add dotnet-runtime-8.0, dotnet-apphost-pack-8.0 packages.

### Deprecated
- DotNET: GetFunctionPointer()
Expand Down
2 changes: 2 additions & 0 deletions base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN runDeps="hunspell \
inotify-tools \
patch \
unzip \
dotnet-runtime-8.0 \
dotnet-apphost-pack-8.0 \
dotnet-runtime-7.0 \
dotnet-apphost-pack-7.0" \
installDeps="ca-certificates wget" \
Expand Down

0 comments on commit a83dbb5

Please sign in to comment.