We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122abb9 commit 2af7e81Copy full SHA for 2af7e81
src/HackerNews/HackerNews.csproj
@@ -21,6 +21,8 @@
21
<SupportedOSPlatformVersion Condition="$(TargetFramework.Contains('-android'))">21.0</SupportedOSPlatformVersion>
22
<SupportedOSPlatformVersion Condition="$(TargetFramework.Contains('-windows'))">10.0.17763.0</SupportedOSPlatformVersion>
23
<TargetPlatformMinVersion Condition="$(TargetFramework.Contains('-windows'))">10.0.17763.0</TargetPlatformMinVersion>
24
+
25
+ <WindowsSdkPackageVersion>10.0.19041.41</WindowsSdkPackageVersion>
26
</PropertyGroup>
27
28
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|$(NetVersion)-ios|AnyCPU'">
0 commit comments