File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Samples/OAuth2Manager/cs-winui/TestOAuthCSharp/Properties/PublishProfiles Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66 <PropertyGroup >
77 <PublishProtocol >FileSystem</PublishProtocol >
88 <Platform >ARM64</Platform >
9- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-arm64</RuntimeIdentifier >
10- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) < 8" >win-arm64</RuntimeIdentifier >
9+ <RuntimeIdentifier >win-arm64</RuntimeIdentifier >
1110 <PublishDir >bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir >
1211 <SelfContained >true</SelfContained >
1312 <PublishSingleFile >False</PublishSingleFile >
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66 <PropertyGroup >
77 <PublishProtocol >FileSystem</PublishProtocol >
88 <Platform >x64</Platform >
9- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-x64</RuntimeIdentifier >
10- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) < 8" >win-x64</RuntimeIdentifier >
9+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
1110 <PublishDir >bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir >
1211 <SelfContained >true</SelfContained >
1312 <PublishSingleFile >False</PublishSingleFile >
Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66 <PropertyGroup >
77 <PublishProtocol >FileSystem</PublishProtocol >
88 <Platform >x86</Platform >
9- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8" >win-x86</RuntimeIdentifier >
10- <RuntimeIdentifier Condition =" $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) < 8" >win-x86</RuntimeIdentifier >
9+ <RuntimeIdentifier >win-x86</RuntimeIdentifier >
1110 <PublishDir >bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir >
1211 <SelfContained >true</SelfContained >
1312 <PublishSingleFile >False</PublishSingleFile >
You can’t perform that action at this time.
0 commit comments