mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-04 14:39:10 +01:00
19 lines
No EOL
649 B
XML
19 lines
No EOL
649 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="MLEM.Startup" Version="4.0.*" />
|
|
<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>
|
|
</Project> |