mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
f8d52cf325
* Hotfix: Update MonoGame reference to 3.8.4 * Bump patch version to 4.1.1
26 lines
914 B
XML
26 lines
914 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<Content Include="$(ArtifactsPath)/bin/MonoGame.Extended.Content.Pipeline/release/*.dll" Pack="true" PackagePath="tools" />
|
|
<Content Include="MonoGame.Extended.Content.Pipeline.targets" Pack="true" PackagePath="build" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<Description>Content Pipeline importers and processors to make MonoGame more awesome.</Description>
|
|
<PackageTags>monogame content importer processor reader tiled texturepacker bmfont animations</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Autofac" Version="5.2.0" />
|
|
|
|
<PackageReference Include="MonoGame.Framework.Content.Pipeline"
|
|
Version="3.8.4"
|
|
PrivateAssets="All" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MonoGame.Extended\MonoGame.Extended.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|