We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7069c32 commit 6b5266eCopy full SHA for 6b5266e
source/MonoGame.Aseprite/MonoGame.Aseprite.csproj
@@ -49,7 +49,9 @@
49
50
<!-- Nuget Package References -->
51
<ItemGroup>
52
- <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303" />
+ <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.1.303">
53
+ <PrivateAssets>All</PrivateAssets>
54
+ </PackageReference>
55
</ItemGroup>
56
57
<!-- Allow the test project to use internal types for testing -->
0 commit comments