1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-26 14:41:41 +02:00
MLEM/MLEM.Templates/content/MLEM.Templates.Portable/TemplateNamespace.csproj

19 lines
649 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2020-02-24 17:34:05 +01:00
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
2020-06-13 03:19:20 +02:00
<PackageReference Include="MLEM.Startup" Version="4.0.*" />
2020-02-24 17:34:05 +01:00
<PackageReference Include="MonoGame.Framework.Portable" Version="3.7.1.189">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<TrimmerRootAssembly Include="MonoGame.Framework" Visible="false" />
<TrimmerRootAssembly Include="MLEM" Visible="false" />
<TrimmerRootAssembly Include="MLEM.Ui" Visible="false" />
</ItemGroup>
2020-02-24 17:34:05 +01:00
</Project>