Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/DynamoDS/Dynamo
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusongit committed Nov 12, 2024
2 parents 06409fb + 9c5d723 commit 3911d1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DynamoPackages/PackageManagerClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ private void LoadCompatibilityMap()
foreach (var property in host.Properties())
{
string hostName = property.Name;
if (hostName.ToLower().Equals("dynamo")) continue;
var versionMapping = property.Value.ToObject<Dictionary<string, string>>();

if (!compatibilityMap.ContainsKey(hostName))
Expand Down

0 comments on commit 3911d1d

Please sign in to comment.