Skip to content

Commit af07490

Browse files
[release/7.0.2xx] Fixed remote and local build issues (#17965)
- Updated Xamarin.Messaging to 1.9.99 to fix a connection problem in remote builds because of an invalid reference to System.Security.Cryptography.ProtectedData - Generate Hot Restart specific build session id to fix an issue in local builds that was conflicting with remote builds Backport of #17964 Co-authored-by: Mauro Agnoletti <mauro.agnoletti@gmail.com>
1 parent 38fa7f7 commit af07490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

msbuild/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
3-
<MessagingVersion>1.9.94</MessagingVersion>
3+
<MessagingVersion>1.9.99</MessagingVersion>
44
<HotRestartVersion>1.0.93</HotRestartVersion>
55
</PropertyGroup>
66
</Project>

0 commit comments

Comments
 (0)