Skip to content

Commit

Permalink
Merge pull request #165 from aws/fix-system-data-entities
Browse files Browse the repository at this point in the history
fix 7.0 version
  • Loading branch information
jonlouie authored Feb 14, 2024
2 parents bac9705 + ba2603d commit 66f5b13
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions recommendation/system.data.entity.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@
"ARM32",
"ARM64"
]
},
{
"Name": "net7.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
}
],
"Description": "Add package Microsoft.EntityFrameworkCore. Replace System.Data.Entity namespace with Microsoft.EntityFrameworkCore.",
Expand Down Expand Up @@ -101,15 +110,6 @@
"Source": "Amazon",
"Preferred": "Yes",
"TargetFrameworks": [
{
"Name": "net7.0",
"TargetCPU": [
"x86",
"x64",
"ARM32",
"ARM64"
]
},
{
"Name": "net8.0",
"TargetCPU": [
Expand Down

0 comments on commit 66f5b13

Please sign in to comment.