1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-08 03:27:04 +09:00

Replace net8 with net9 under docs (#104189)

Fixes #104088
This commit is contained in:
Jan Kotas 2024-06-29 04:44:01 -07:00 committed by GitHub
parent fb762d10e5
commit 99e94ce55d
Signed by: github
GPG key ID: B5690EEEBB952194
13 changed files with 247 additions and 247 deletions

View file

@ -24,8 +24,8 @@ the implementation without compat concerns in future releases.
### Determine target framework
`net8.0` is the target framework version currently under development and the new apis
should be added to `net8.0`. [More Information on TargetFrameworks](https://learn.microsoft.com/dotnet/standard/frameworks)
`net9.0` is the target framework version currently under development and the new apis
should be added to `net9.0`. [More Information on TargetFrameworks](https://learn.microsoft.com/dotnet/standard/frameworks)
## Making the changes in repo