Skip to content

Commit

Permalink
Add Net framework 4.8.1 target framework #1395
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Aug 21, 2022
1 parent f2f59a0 commit b3cddb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Analogy.Updater/Analogy.Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net6.0-windows;net5.0-windows;netcoreapp3.1;net48;net472;net471</TargetFrameworks>
<TargetFrameworks>net6.0-windows;net5.0-windows;netcoreapp3.1;net481;net48;net472;net471</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<Authors>Lior Banai</Authors>
<Company>Analogy.LogViewer</Company>
<Version>0.3.1</Version>
<Version>0.3.2</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit b3cddb3

Please sign in to comment.