Commit ada99c5 1 parent b3cf71d commit ada99c5 Copy full SHA for ada99c5
File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp3.1</TargetFramework >
6
- <LangVersion >8.0</LangVersion >
5
+ <TargetFramework >net5.0</TargetFramework >
6
+ <!-- The OS and CPU type you are targeting -->
7
+ <RuntimeIdentifier >linux-x64</RuntimeIdentifier >
8
+ <!-- Determine self-contained or framework-dependent -->
9
+ <SelfContained >true</SelfContained >
10
+ <!-- Enable single file -->
11
+ <PublishSingleFile >true</PublishSingleFile >
12
+ <PublishTrimmed >true</PublishTrimmed >
13
+ <TrimMode >Link</TrimMode >
14
+ <PublishReadyToRun >False</PublishReadyToRun >
15
+ <LangVersion >9.0</LangVersion >
7
16
<Nullable >enable</Nullable >
8
17
<AssemblyName >octoplot</AssemblyName >
9
- <Version >1.0.0 </Version >
18
+ <Version >1.0.1 </Version >
10
19
<Copyright >© James Singleton</Copyright >
11
20
</PropertyGroup >
12
21
You can’t perform that action at this time.
0 commit comments