1
0
Fork 0
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:
Viktor Hofer 2020-05-06 13:53:21 +02:00 committed by GitHub
parent f4acc94752
commit 000046f6c8
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
120 changed files with 359 additions and 375 deletions

View file

@ -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