Skip to content

Commit

Permalink
Simplify interface project
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelie committed Dec 8, 2023
1 parent 35bbd4c commit 9932c13
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<Project Sdk="MSBuild.Sdk.Extras/3.0.44">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetPlatformVersion>10.0.22000.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<TargetFramework>net462</TargetFramework>
<ExtrasUwpMetaPackageVersion>6.2.14</ExtrasUwpMetaPackageVersion>
<Platforms>x64;x86</Platforms>
<OutputType>winmdobj</OutputType>
<DebugType>full</DebugType>
Expand Down

0 comments on commit 9932c13

Please sign in to comment.