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

Upgrade to net7.0 and remove target frameworks (#58011)

* Remove EOL tfms and upgrade to net7.0

* Make linker tests net7 aware

Make installer tests run on net7.0

Don't attempt to use live apphost

Fix payloads

Regenerate test files

Fix package testing
This commit is contained in:
Viktor Hofer 2021-09-08 22:04:23 +02:00 committed by GitHub
parent 2e93ebbb67
commit 67354a2fb4
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
365 changed files with 1750 additions and 1035 deletions

View file

@ -24,8 +24,8 @@ the implementation without compat concerns in future releases.
### Determine target framework
`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)
`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)
## Making the changes in repo