Turn off IL trimming
This commit is contained in:
parent
df658118b1
commit
1fa32fab04
@ -54,7 +54,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(GithubDistrib)' == 'true'">
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<PublishTrimmed>false</PublishTrimmed>
|
||||
<SelfContained>true</SelfContained>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>2.0.3</Version>
|
||||
<Version>2.0.4</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user