Skip to content

Commit

Permalink
Update package mapper to include App Center packages + update Communi…
Browse files Browse the repository at this point in the history
…ty Toolkit to latest
  • Loading branch information
Diana Soltani committed Mar 16, 2023
1 parent 459b891 commit 492dbb8
Showing 1 changed file with 28 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,18 +306,43 @@
"NetCorePackages": []
},
{
"PackageSetName": "Third Party Unsupported",
"PackageSetName": "Microsoft.AppCenter",
"NetFrameworkPackages": [
{
"Name": "Microsoft.AppCenter",
"Version": "*"
},
{
"Name": "Microsoft.AppCenter.Analytics",
"Version": "*"
},
{
"Name": "Microsoft.AppCenter.Crashes",
"Version": "*"
},
{
"Name": "Microsoft.AppCenter.Distribute",
"Version": "*"
}
],
"NetCorePackages": []
"NetCorePackages": [
{
"Name": "Microsoft.AppCenter",
"Version": "5.0.1"
},
{
"Name": "Microsoft.AppCenter.Analytics",
"Version": "5.0.1"
},
{
"Name": "Microsoft.AppCenter.Crashes",
"Version": "5.0.1"
},
{
"Name": "Microsoft.AppCenter.Distribute",
"Version": "5.0.1"
}
]
},
{
"PackageSetName": "Community Toolkit",
Expand All @@ -331,7 +356,7 @@

{
"Name": "CommunityToolkit.Maui",
"Version": "1.0.0-rc2"
"Version": "5.0.0"
}
]
},
Expand Down

0 comments on commit 492dbb8

Please sign in to comment.