Skip to content

Commit

Permalink
Packable
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Feb 16, 2024
1 parent a396805 commit cb468d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sandbox/MonoGameApplication1/MonoGameApplication1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<RollForward>Major</RollForward>
<PublishReadyToRun>false</PublishReadyToRun>
<TieredCompilation>false</TieredCompilation>
<IsPackable>false</IsPackable>

</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand All @@ -23,7 +25,7 @@
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\R3.MonoGame\R3.MonoGame.csproj" />
<ProjectReference Include="..\..\src\R3.MonoGame\R3.MonoGame.csproj" />
</ItemGroup>
<Target Name="RestoreDotnetTools" BeforeTargets="Restore">
<Message Text="Restoring dotnet tools" Importance="High"/>
Expand Down

0 comments on commit cb468d7

Please sign in to comment.