mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
Change netcoreapp5.0 to net5.0 (#35176)
* Change netcoreapp5.0 to net5.0 * Remove tfm downgrades * Rename S.R.CS.Unsfae include folder
This commit is contained in:
parent
f4acc94752
commit
000046f6c8
120 changed files with 359 additions and 375 deletions
|
@ -24,8 +24,8 @@ the implementation without compat concerns in future releases.
|
|||
|
||||
### Determine target framework
|
||||
|
||||
`netcoreapp5.0` is the target framework version currently under development and the new apis
|
||||
should be added to `netcoreapp5.0`. [More Information on TargetFrameworks](https://docs.microsoft.com/en-us/dotnet/standard/frameworks)
|
||||
`net5.0` is the target framework version currently under development and the new apis
|
||||
should be added to `net5.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