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

Replace net7 with net8 in dogfooding and workflow docs (#75453)

This commit is contained in:
Jan Kotas 2022-09-12 20:40:44 -07:00 committed by GitHub
parent c804303ace
commit 32ac664fca
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 222 additions and 222 deletions

View file

@ -24,8 +24,8 @@ the implementation without compat concerns in future releases.
### Determine target framework
`net7.0` is the target framework version currently under development and the new apis
should be added to `net7.0`. [More Information on TargetFrameworks](https://docs.microsoft.com/en-us/dotnet/standard/frameworks)
`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://docs.microsoft.com/en-us/dotnet/standard/frameworks)
## Making the changes in repo