mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui) from 13.0.1 to 13.2.18. - [Release notes](https://github.com/reactiveui/reactiveui/releases) - [Commits](https://github.com/reactiveui/reactiveui/compare/13.0.1...13.2.18) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
594 B
XML
14 lines
594 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Pharmacist.MsBuild" Version="2.0.6" PrivateAssets="all" />
|
|
<PackageReference Include="Pharmacist.Common" Version="2.0.8" />
|
|
<PackageReference Include="Terminal.Gui" Version="1.0.0-pre.*" />
|
|
<PackageReference Include="ReactiveUI.Fody" Version="13.0.1" />
|
|
<PackageReference Include="ReactiveUI" Version="13.2.18" />
|
|
</ItemGroup>
|
|
</Project>
|