Skip to content

Commit 00e5ac3

Browse files
committed
Migrate to .NET 10
1 parent 8c8e064 commit 00e5ac3

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

src/documentation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ <h3 id="building-from-source">Building from source</h3>
7272
<x-l><span class="code-identifier">git</span> <span class="code-identifier">clone</span> https://github.com/plotance/plotance.git</x-l>
7373
<x-l><span class="code-identifier">cd</span> plotance</x-l>
7474
<x-l><span class="code-identifier">dotnet</span> <span class="code-identifier">build</span></x-l>
75-
<x-l><span class="code-identifier">dotnet</span> Plotance/bin/Release/net8.0/plotance.dll <span class="code-keyword">--version</span></x-l>
75+
<x-l><span class="code-identifier">dotnet</span> Plotance/bin/Release/net10.0/plotance.dll <span class="code-keyword">--version</span></x-l>
7676
</x-blockcode>
7777

7878
<p>To create a single binary executable, use the following commands:</p>
7979

8080
<x-blockcode class="example-box">
8181
<x-l><span class="code-identifier">dotnet</span> <span class="code-identifier">publish</span></x-l>
82-
<x-l><span class="code-identifier">./Plotance/bin/Release/net8.0/linux-x64/publish/plotance</span> <span class="code-keyword">--version</span></x-l>
82+
<x-l><span class="code-identifier">./Plotance/bin/Release/net10.0/linux-x64/publish/plotance</span> <span class="code-keyword">--version</span></x-l>
8383
</x-blockcode>
8484

8585
<p>Run <code>create_release_archives.ps1</code> in PowerShell to create release ZIP archives for all platforms.</p>
236 Bytes
Binary file not shown.

src/examples/grid/grid.pptx

114 Bytes
Binary file not shown.

src/examples/hello/hello.pptx

69 Bytes
Binary file not shown.
171 Bytes
Binary file not shown.

src/examples/table/table.pptx

9.33 KB
Binary file not shown.
130 Bytes
Binary file not shown.
239 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)