azure-functions-dotnet-worker/host
dependabot[bot] 2684846402
Bump System.Text.Json from 8.0.4 to 8.0.5 in /host/src/FunctionsNetHost (#2768)
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 8.0.4 to 8.0.5.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v8.0.4...v8.0.5)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-11 09:53:16 -07:00
..
docs Adding FunctionsNetHost native component (#1212) 2022-12-06 14:42:46 -08:00
src Bump System.Text.Json from 8.0.4 to 8.0.5 in /host/src/FunctionsNetHost (#2768) 2024-10-11 09:53:16 -07:00
tools/build [Build] Changing pool image from ubuntu-22.04 to ubuntu-20.04 for FunctionsNetHost Linux artifact (#2653) 2024-08-07 14:18:41 -07:00
.gitignore Adding copyright headers & minor other cleanups (#1224) 2022-12-12 09:57:26 -08:00
README.md Build pipeline updates to pack FunctionsNetHost nuget from published artifacts. (#1214) 2022-12-08 11:05:02 -08:00

README.md

FunctionsNetHost

Build Status

FunctionsNetHost is a native component which enables placeholder mode & specialization for dotnet isolated function apps.

Build

Build - Windows