mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
Update to use MonoGame 3.8.3 (#982)
This commit is contained in:
committed by
GitHub
parent
36d9b3084a
commit
f856694801
@@ -13,7 +13,7 @@
|
||||
|
||||
<ItemGroup Condition="!$(DefineConstants.Contains('FNA')) AND !$(DefineConstants.Contains('KNI'))">
|
||||
<PackageReference Include="MonoGame.Framework.DesktopGL"
|
||||
Version="3.8.2.1105"
|
||||
Version="3.8.3"
|
||||
PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<PackageReference Include="Autofac" Version="5.2.0" />
|
||||
|
||||
<PackageReference Include="MonoGame.Framework.Content.Pipeline"
|
||||
Version="3.8.2.1105"
|
||||
Version="3.8.3"
|
||||
PrivateAssets="All" />
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"isRoot": true,
|
||||
"tools": {
|
||||
"dotnet-mgfxc": {
|
||||
"version": "3.8.2.1105",
|
||||
"version": "3.8.3",
|
||||
"commands": [
|
||||
"mgfxc"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user