Skip to content

Commit

Permalink
More mobile NET 8 work.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Mar 22, 2024
1 parent c64a997 commit 7f99deb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<AndroidAsset Include="content\defaultfonttexture.png" />
<AndroidAsset Include="content\Shader.xnb" />
</ItemGroup>
<ItemGroup>
<Compile Include="Activity1.cs" />
<Compile Include="Game1.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" />
<PackageReference Include="MonoGame.Framework.Android" Version="3.8.1.303" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<ItemGroup>
<BundleResource Include="Content\shader.xnb" />
</ItemGroup>
<ItemGroup>
<Compile Include="Game1.cs" />
<Compile Include="Program.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.1.303" />
<PackageReference Include="MonoGame.Framework.iOS" Version="3.8.1.303" />
Expand Down

0 comments on commit 7f99deb

Please sign in to comment.