Skip to content

Commit

Permalink
Merge pull request #18486 from unoplatform/dev/jela/active-tfm
Browse files Browse the repository at this point in the history
fix: Adjust .user value even when not reloading
  • Loading branch information
jeromelaban authored Oct 16, 2024
2 parents 11a8515 + e70484c commit 7d4ab8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Uno.UI.RemoteControl.VS/EntryPoint.ActiveProfileSync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,11 @@ previousTargetFrameworkIdentifier is WasmTargetFrameworkIdentifier
}
}
}
else
{
// No need to reload, but we still need to update the selected target framework
await WriteProjectUserSettingsAsync(newFramework);
}
}
catch (Exception e)
{
Expand Down

0 comments on commit 7d4ab8c

Please sign in to comment.