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:
parent
c804303ace
commit
32ac664fca
12 changed files with 222 additions and 222 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue