mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Updates the requirements on [Terminal.Gui](https://github.com/migueldeicaza/gui.cs) to permit the latest version. - [Release notes](https://github.com/migueldeicaza/gui.cs/releases) - [Commits](https://github.com/migueldeicaza/gui.cs/compare/v1.0.0...v1.1.1) Signed-off-by: dependabot[bot] <support@github.com>
14 lines
589 B
XML
14 lines
589 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Pharmacist.MsBuild" Version="2.0.8" PrivateAssets="all" />
|
|
<PackageReference Include="Pharmacist.Common" Version="2.0.8" />
|
|
<PackageReference Include="Terminal.Gui" Version="1.1.1.*" />
|
|
<PackageReference Include="ReactiveUI.Fody" Version="13.3.2" />
|
|
<PackageReference Include="ReactiveUI" Version="13.3.2" />
|
|
</ItemGroup>
|
|
</Project>
|