Skip to content

Commit 9972de6

Browse files
build(deps): update ReactiveUI.AndroidSupport requirement in /src (#537)
Updates the requirements on [ReactiveUI.AndroidSupport](https://github.com/reactiveui/reactiveui) to permit the latest version. - [Release notes](https://github.com/reactiveui/reactiveui/releases) - [Commits](reactiveui/ReactiveUI@18.0.4...19.2.1) --- updated-dependencies: - dependency-name: ReactiveUI.AndroidSupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d73211 commit 9972de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReactiveUI.Validation.AndroidSupport/ReactiveUI.Validation.AndroidSupport.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="MSBuild.Sdk.Extras">
1+
<Project Sdk="MSBuild.Sdk.Extras">
22

33
<PropertyGroup>
44
<TargetFrameworks>MonoAndroid12.0;MonoAndroid12.1;MonoAndroid13.0</TargetFrameworks>
@@ -11,7 +11,7 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.*" />
14-
<PackageReference Include="ReactiveUI.AndroidSupport" Version="18.*" />
14+
<PackageReference Include="ReactiveUI.AndroidSupport" Version="19.*" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)