浏览代码

Update Terminal.Gui requirement from 1.0.0.* to 1.1.1.*

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] <[email protected]>
dependabot[bot] 4 年之前
父节点
当前提交
08db0230fb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ReactiveExample/ReactiveExample.csproj

+ 1 - 1
ReactiveExample/ReactiveExample.csproj

@@ -6,7 +6,7 @@
     <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.0.0.*" />
+        <PackageReference Include="Terminal.Gui" Version="1.1.1.*" />
         <PackageReference Include="ReactiveUI.Fody" Version="13.3.2" />
         <PackageReference Include="ReactiveUI" Version="13.3.2" />
     </ItemGroup>