Skip to content

Commit 8896429

Browse files
committed
Update publish profile
1 parent e81adf9 commit 8896429

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

PdfiumViewer

WinQuickLook/Properties/PublishProfiles/win10-arm64.pubxml renamed to WinQuickLook/Properties/PublishProfiles/win-arm64.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup>
77
<PublishProtocol>FileSystem</PublishProtocol>
88
<Platform>arm64</Platform>
9-
<RuntimeIdentifier>win10-arm64</RuntimeIdentifier>
9+
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
1010
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
1111
<SelfContained>true</SelfContained>
1212
<PublishSingleFile>False</PublishSingleFile>
1313
<PublishReadyToRun>True</PublishReadyToRun>
1414
</PropertyGroup>
15-
</Project>
15+
</Project>

WinQuickLook/Properties/PublishProfiles/win10-x64.pubxml renamed to WinQuickLook/Properties/PublishProfiles/win-x64.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup>
77
<PublishProtocol>FileSystem</PublishProtocol>
88
<Platform>x64</Platform>
9-
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
9+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1010
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
1111
<SelfContained>true</SelfContained>
1212
<PublishSingleFile>False</PublishSingleFile>
1313
<PublishReadyToRun>True</PublishReadyToRun>
1414
</PropertyGroup>
15-
</Project>
15+
</Project>

WinQuickLook/Properties/PublishProfiles/win10-x86.pubxml renamed to WinQuickLook/Properties/PublishProfiles/win-x86.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66
<PropertyGroup>
77
<PublishProtocol>FileSystem</PublishProtocol>
88
<Platform>x86</Platform>
9-
<RuntimeIdentifier>win10-x86</RuntimeIdentifier>
9+
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
1010
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
1111
<SelfContained>true</SelfContained>
1212
<PublishSingleFile>False</PublishSingleFile>
1313
<PublishReadyToRun>True</PublishReadyToRun>
1414
</PropertyGroup>
15-
</Project>
15+
</Project>

0 commit comments

Comments
 (0)