Skip to content

Commit

Permalink
min target = win10 2004
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Nov 17, 2023
1 parent 41508d4 commit 03623c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/ExifGlass.Core/ExifGlass.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
Expand Down
2 changes: 1 addition & 1 deletion Source/ExifGlass/ExifGlass.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<OutputType>WinExe</OutputType>
<!--If you are willing to use Windows/MacOS native APIs you will need to create 3 projects.
One for Windows with net7.0-windows TFM, one for MacOS with net7.0-macos and one with net7.0 TFM for Linux.-->
<TargetFramework>net8.0-windows</TargetFramework>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down
2 changes: 1 addition & 1 deletion Source/MSIX/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
EntryPoint="$targetentrypoint$">
<uap:VisualElements
DisplayName="ExifGlass"
Description="EXIF metadata viewer - a wrapper of ExifTool"
Description="EXIF metadata viewing tool"
BackgroundColor="transparent"
Square150x150Logo="Images\Square150x150Logo.png"
Square44x44Logo="Images\Square44x44Logo.png">
Expand Down

0 comments on commit 03623c4

Please sign in to comment.