Skip to content

Commit

Permalink
Fix publish of no-runtime examples
Browse files Browse the repository at this point in the history
IIRC these changes started to be required around .NET 5, but maybe .NET 6
  • Loading branch information
kant2002 committed Jan 16, 2022
1 parent e9d3df4 commit adbed70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SeeSharpSnake.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
<IlcSystemModule>SeeSharpSnake</IlcSystemModule>
<SelfContained>false</SelfContained>
<UseAppHost>false</UseAppHost>
</PropertyGroup>

<ItemGroup Condition="'$(Mode)' == 'CoreRT-NoRuntime'">
Expand Down

0 comments on commit adbed70

Please sign in to comment.