Skip to content

Commit

Permalink
fix single file issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Jan 22, 2024
1 parent ed697d6 commit 2d82ee5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions PlanningCenter to OPS/PlanningCenter to OPS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<OutputType>WinExe</OutputType>
<PublishSingleFile>true</PublishSingleFile>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>christengemeente tholen.ico</ApplicationIcon>
Expand All @@ -13,9 +15,9 @@
<Content Include="christengemeente tholen.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ClosedXML" Version="0.102.1" />
<PackageReference Include="ClosedXML" Version="0.102.2" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" Version="2.1.7" />
</ItemGroup>
Expand Down

0 comments on commit 2d82ee5

Please sign in to comment.