Skip to content

Commit

Permalink
going .net 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatao Li committed Nov 15, 2020
1 parent 31f30c0 commit d7a47f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions fvim.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net5</TargetFramework>
<AssemblyName>FVim</AssemblyName>
<Prefer32Bit>false</Prefer32Bit>
<ApplicationIcon>fvim.ico</ApplicationIcon>
Expand Down Expand Up @@ -82,7 +82,6 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="TaskBuilder.fs" Version="2.1.0" />
<PackageReference Update="FSharp.Core" Version="4.7.2" />
<PackageReference Include="UACHelper" Version="1.3.0.5" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions getopt.fs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ let parseOptions (args: string[]) =
set "laststatus=0"
set "noruler"
set "noshowcmd"
set "mouse=a"
])
match termcmd with
| Some cmd -> "+\"terminal " + cmd + "\""
Expand Down

0 comments on commit d7a47f0

Please sign in to comment.