Skip to content

Commit

Permalink
add net6 tra
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 12, 2021
1 parent 248a1c9 commit 8f6fd3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DiffEngineTray/DiffEngineTray.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5</TargetFramework>
<TargetFrameworks>net5;net6</TargetFrameworks>
<UseWindowsForms>true</UseWindowsForms>
<PackAsTool>True</PackAsTool>
<Description>A utility that runs in the windows tray and handles the results of file differences.</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<NoWarn>CS1591;CS0649</NoWarn>
<Version>8.0.2</Version>
<Version>8.0.3</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<PackageTags>Testing, Snapshot, Diff, Compare</PackageTags>
<Description>Launches diff tools based on file extensions. Designed to be consumed by snapshot testing libraries.</Description>
Expand Down

0 comments on commit 8f6fd3d

Please sign in to comment.