Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rds1983 committed Oct 28, 2022
1 parent 1008a9c commit 48bf5ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<OutputPath>bin\FNA.Core\$(Configuration)</OutputPath>
<DefineConstants>$(DefineConstants);FNA;</DefineConstants>
<AssemblyName>Myra.Samples.AllWidgets</AssemblyName>
<RootNamespace>Myra.Samples.AllWidgets</RootNamespace>
<AssemblyName>Myra.Samples.TextRendering</AssemblyName>
<RootNamespace>Myra.Samples.TextRendering</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>net6.0</TargetFramework>
<OutputPath>bin\MonoGame\$(Configuration)</OutputPath>
<DefineConstants>$(DefineConstants);MONOGAME</DefineConstants>
<AssemblyName>Myra.Samples.AllWidgets</AssemblyName>
<RootNamespace>Myra.Samples.AllWidgets</RootNamespace>
<AssemblyName>Myra.Samples.TextRendering</AssemblyName>
<RootNamespace>Myra.Samples.TextRendering</RootNamespace>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 48bf5ba

Please sign in to comment.