Skip to content

Commit

Permalink
target framework update
Browse files Browse the repository at this point in the history
  • Loading branch information
blaze-shubhojeet14 committed Jan 22, 2024
1 parent 6969659 commit 68d32fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FilumDLWPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@
<Title>Filum-DL</Title>
<Description>An advanced content downloader with multiple supported platforms based on .NET!</Description>
<NeutralLanguage>en</NeutralLanguage>
<TargetFramework>net8.0-windows7.0</TargetFramework>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<UseWindowsForms>False</UseWindowsForms>
<Nullable>disable</Nullable>
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
<StartupObject>FilumDLWPF.App</StartupObject>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>embedded</DebugType>
Expand Down

0 comments on commit 68d32fe

Please sign in to comment.