Skip to content

Commit

Permalink
Update OutlookFormFinder.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
gam4er committed Apr 27, 2024
1 parent c3a31cf commit cb6e18c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions OutlookFormFinder/OutlookFormFinder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net481</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<StartupObject>OutlookFormFinder.Program</StartupObject>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>preview</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit cb6e18c

Please sign in to comment.