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 bdc440a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SeeSharpSnake.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand Down 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 bdc440a

Please sign in to comment.