Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Possible fix be incompatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Nov 16, 2023
1 parent 3b83ff6 commit 1862a7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<PropertyGroup>
<ProjectGuid>3ae0a0e8-4683-4e4a-ba94-ae22f5d0778f</ProjectGuid>
<TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.14393.0</TargetPlatformMinVersion>
<TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion>
<DefaultLanguage>en-US</DefaultLanguage>
<AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
<NoWarn>$(NoWarn);NU1702</NoWarn>
Expand Down
6 changes: 2 additions & 4 deletions FAFB-PowerShell-Tool/FAFB-PowerShell-Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
<RootNamespace>FAFB_PowerShell_Tool</RootNamespace>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
<EnforceCodeStyleInBuild>False</EnforceCodeStyleInBuild>
<PackageProjectUrl></PackageProjectUrl>
<UseWPF>True</UseWPF>
<RepositoryUrl>https://github.com/StrangeRanger/FAFB-PowerShell-Tool</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<SignAssembly>True</SignAssembly>
<SupportedOSPlatformVersion>10.0.17763.0</SupportedOSPlatformVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1862a7e

Please sign in to comment.