瀏覽代碼

Remove Private Assets tag, so it builds and runs on Windows too.

Dominique Louis 1 月之前
父節點
當前提交
4a222ac0f6
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      CardsStarterKit/Core/Game/Blackjack.Core.csproj

+ 1 - 3
CardsStarterKit/Core/Game/Blackjack.Core.csproj

@@ -14,9 +14,7 @@
     <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
   </PropertyGroup>
   <ItemGroup>
-    <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.*">
-      <PrivateAssets>All</PrivateAssets>
-    </PackageReference>
+    <PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.*" />
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\..\Framework\Cards.Framework.csproj" />