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 da95d24 commit 1875d31Copy full SHA for 1875d31
Samples/OAuth2Manager/cs-winui/TestOAuthCSharp/TestOAuthCSharp.csproj
@@ -6,8 +6,7 @@
6
<RootNamespace>TestOAuthCSharp</RootNamespace>
7
<ApplicationManifest>app.manifest</ApplicationManifest>
8
<Platforms>x86;x64;ARM64</Platforms>
9
- <RuntimeIdentifiers Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8">win-x86;win-x64;win-arm64</RuntimeIdentifiers>
10
- <RuntimeIdentifiers Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) < 8">win-x86;win-x64;win-arm64</RuntimeIdentifiers>
+ <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
11
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
12
<UseWinUI>true</UseWinUI>
13
<EnableMsixTooling>true</EnableMsixTooling>
0 commit comments