Hotfix/monogame 384 compat (#1008)

* Hotfix: Update MonoGame reference to 3.8.4

* Bump patch version to 4.1.1
This commit is contained in:
Christopher Whitley
2025-08-13 11:00:00 -04:00
committed by GitHub
parent 15d05c2c38
commit f8d52cf325
7 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<Version>4.1.0</Version>
<Version>4.1.1</Version>
</PropertyGroup>
<PropertyGroup>
+1 -1
View File
@@ -13,7 +13,7 @@
<ItemGroup Condition="!$(DefineConstants.Contains('FNA')) AND !$(DefineConstants.Contains('KNI'))">
<PackageReference Include="MonoGame.Framework.DesktopGL"
Version="3.8.3"
Version="3.8.4"
PrivateAssets="All" />
</ItemGroup>
+1 -1
View File
@@ -13,7 +13,7 @@
<ItemGroup Condition="!$(DefineConstants.Contains('FNA')) AND !$(DefineConstants.Contains('KNI'))">
<PackageReference Include="MonoGame.Framework.DesktopGL"
Version="3.8.3"
Version="3.8.4"
PrivateAssets="All" />
</ItemGroup>
@@ -13,7 +13,9 @@
<ItemGroup>
<PackageReference Include="Autofac" Version="5.2.0" />
<PackageReference Include="MonoGame.Framework.Content.Pipeline" Version="3.8.3" PrivateAssets="All" />
<PackageReference Include="MonoGame.Framework.Content.Pipeline"
Version="3.8.4"
PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"dotnet-mgfxc": {
"version": "3.8.3",
"version": "3.8.4",
"commands": [
"mgfxc"
],
+1 -1
View File
@@ -13,7 +13,7 @@
<ItemGroup Condition="!$(DefineConstants.Contains('FNA')) AND !$(DefineConstants.Contains('KNI'))">
<PackageReference Include="MonoGame.Framework.DesktopGL"
Version="3.8.3" />
Version="3.8.4" />
</ItemGroup>
<ItemGroup Condition="$(DefineConstants.Contains('KNI'))">
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="MonoGame.Framework.Content.Pipeline" Version="3.8.3" />
<PackageReference Include="MonoGame.Framework.Content.Pipeline" Version="3.8.4" />
</ItemGroup>
<ItemGroup>