Skip to content

Commit 600be3b

Browse files
authored
Update NativeInterop package version to 0.19.4 (#5434)
Update Directory.Packages.props
1 parent 10ff824 commit 600be3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.19.2</MSALRuntimeNativeInteropVersion>
5+
<MSALRuntimeNativeInteropVersion>0.19.4</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.2" />
22+
<PackageReference Include="Microsoft.Identity.Client.NativeInterop" Version="0.19.4" />
2323

2424
</ItemGroup>
2525

0 commit comments

Comments
 (0)