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:
parent
2e93ebbb67
commit
67354a2fb4
365 changed files with 1750 additions and 1035 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue