Update for Monogame 3.8.2.1105 (#931)

* Update MonoGame references to 3.8.2.1105

* Vector2.Rotate is not built into MonoGame

* Update to net8

* Update version number

* Update changelog

* Deprecate Vector2.Rotate for MonoGame only

* Deprecate it but don't error it so API doesn't break for others.
This commit is contained in:
Christopher Whitley
2024-08-17 22:27:28 -04:00
committed by GitHub
parent 40d260b454
commit da81c353f6
11 changed files with 38 additions and 14 deletions
+2 -2
View File
@@ -2,12 +2,12 @@
<Project>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<SolutionDirectory>$(MSBuildThisFileDirectory)</SolutionDirectory>
</PropertyGroup>
<PropertyGroup>
<MonoGameExtendedVersion>4.0.0</MonoGameExtendedVersion>
<MonoGameExtendedVersion>4.0.1</MonoGameExtendedVersion>
<IsPrerelease Condition="'$(IS_PRERELEASE)' != ''">-prerelease</IsPrerelease>
<BuildNumber Condition="'$(BUILD_NUMBER)' != ''">.$(BUILD_NUMBER)</BuildNumber>
<Version>$(MonoGameExtendedVersion)$(IsPrerelease)$(BuildNumber)</Version>