File tree Expand file tree Collapse file tree 4 files changed +34
-1
lines changed
SerialDisk/Properties/PublishProfiles Expand file tree Collapse file tree 4 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
6+ <PropertyGroup >
7+ <PublishProtocol >FileSystem</PublishProtocol >
8+ <Configuration >Release</Configuration >
9+ <Platform >Any CPU</Platform >
10+ <TargetFramework >netcoreapp3.0</TargetFramework >
11+ <PublishDir >bin\publish\fde\linux-arm32</PublishDir >
12+ <RuntimeIdentifier >linux-arm</RuntimeIdentifier >
13+ <SelfContained >false</SelfContained >
14+ <_IsPortable >true</_IsPortable >
15+ </PropertyGroup >
16+ </Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
6+ <PropertyGroup >
7+ <PublishProtocol >FileSystem</PublishProtocol >
8+ <Configuration >Release</Configuration >
9+ <Platform >Any CPU</Platform >
10+ <TargetFramework >netcoreapp3.0</TargetFramework >
11+ <PublishDir >bin\publish\fde\linux-arm64</PublishDir >
12+ <RuntimeIdentifier >linux-arm64</RuntimeIdentifier >
13+ <SelfContained >false</SelfContained >
14+ <_IsPortable >true</_IsPortable >
15+ </PropertyGroup >
16+ </Project >
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
1111 <PublishDir >bin\publish\FDE\linux-x64</PublishDir >
1212 <SelfContained >false</SelfContained >
1313 <_IsPortable >true</_IsPortable >
14+ <RuntimeIdentifier >linux-x64</RuntimeIdentifier >
1415 </PropertyGroup >
1516</Project >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
88 <Configuration >Release</Configuration >
99 <Platform >Any CPU</Platform >
1010 <TargetFramework >netcoreapp3.0</TargetFramework >
11- <PublishDir >bin\Release\netcoreapp3.0\ publish\self-contained\linux-arm32</PublishDir >
11+ <PublishDir >bin\publish\self-contained\linux-arm32</PublishDir >
1212 <RuntimeIdentifier >linux-arm</RuntimeIdentifier >
1313 <SelfContained >true</SelfContained >
1414 <_IsPortable >false</_IsPortable >
You can’t perform that action at this time.
0 commit comments