Skip to content

Commit 3505df5

Browse files
authored
Update native interop to 0.19.2 (#5362)
* Update NativeInterop to 0.19.2 * Also update mac console app
1 parent cde0cf4 commit 3505df5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
<!-- Version of the Microsoft.Identity.Client.NativeInterop package. -->
5-
<MSALRuntimeNativeInteropVersion>0.18.1</MSALRuntimeNativeInteropVersion>
5+
<MSALRuntimeNativeInteropVersion>0.19.2</MSALRuntimeNativeInteropVersion>
66
<!-- Version of MSAL if not defined by the CI-->
77
<MsalInternalVersion>4.61.0</MsalInternalVersion>
88
</PropertyGroup>

tests/devapps/MacConsoleAppWithBroker/MacConsoleAppWithBroker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<TargetPath>msalruntime_arm64.dylib</TargetPath>
2020
</None> -->
2121

22-
<PackageReference Include="Microsoft.Identity.Client.NativeInterop" Version="0.19.1" />
22+
<PackageReference Include="Microsoft.Identity.Client.NativeInterop" Version="0.19.2" />
2323

2424
</ItemGroup>
2525

tests/devapps/MacMauiAppWithBroker/MacMauiAppWithBroker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
</ItemGroup> -->
9090

9191
<ItemGroup Condition="$([MSBuild]::IsOSPlatform('OSX'))">
92-
<PackageReference Include="Microsoft.Identity.Client.NativeInterop" Version="0.19.1" />
92+
<PackageReference Include="Microsoft.Identity.Client.NativeInterop" Version="0.19.2" />
9393
</ItemGroup>
9494

9595
<ItemGroup Condition="$([MSBuild]::IsOSPlatform('OSX'))">

0 commit comments

Comments
 (0)