File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4141 </ItemGroup >
4242
4343 <ItemGroup Label =" Package Embedded Resources" >
44- <EmbeddedResource Include =" $(PkgMonoGame_Framework_DesktopGL)\lib\net6 .0\MonoGame.Framework.dll" >
44+ <EmbeddedResource Include =" $(PkgMonoGame_Framework_DesktopGL)\lib\net8 .0\MonoGame.Framework.dll" >
4545 <Link >Resources\MonoGame.Framework.dll</Link >
4646 </EmbeddedResource >
4747 <EmbeddedResource Include =" $(PkgMonoGame_Framework_DesktopGL)\runtimes\linux-x64\native\libopenal.so.1" WithCulture =" false" >
5656 <EmbeddedResource Include =" $(PkgMonoGame_Library_SDL)\runtimes\linux-x64\native\libSDL2-2.0.so.0" WithCulture =" false" >
5757 <Link >Resources\libSDL2-2.0.so.0</Link >
5858 </EmbeddedResource >
59- <EmbeddedResource Include =" $(PkgMonoGame_Library_SDL)\runtimes\osx\native\libSDL2.dylib" >
59+ <EmbeddedResource Include =" $(PkgMonoGame_Library_SDL)\runtimes\osx\native\libSDL2-2.0.0 .dylib" >
6060 <Link >Resources\libSDL2.dylib</Link >
6161 </EmbeddedResource >
6262 <EmbeddedResource Include =" $(PkgMonoGame_Library_SDL)\runtimes\win-x64\native\SDL2.dll" >
8787 </ItemGroup >
8888
8989 <ItemGroup >
90- <PackageReference Include =" MonoGame.Framework.DesktopGL" Version =" 3.8.1.303 " GeneratePathProperty =" True" />
91- <PackageReference Include =" MonoGame.Library.SDL" Version =" 2.26.5.5 " GeneratePathProperty =" True" />
90+ <PackageReference Include =" MonoGame.Framework.DesktopGL" Version =" 3.8.2.1105 " GeneratePathProperty =" True" />
91+ <PackageReference Include =" MonoGame.Library.SDL" Version =" 2.30.7.1 " GeneratePathProperty =" True" />
9292 <PackageReference Include =" Steamworks.NET" Version =" 2024.8.0" />
9393 </ItemGroup >
9494
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ protected override void Draw(GameTime gameTime)
341341 base . Draw ( gameTime ) ;
342342 }
343343
344- protected override void OnExiting ( object sender , EventArgs args )
344+ protected override void OnExiting ( object sender , ExitingEventArgs args )
345345 {
346346 ApplicationContext . Context . Value ? . Logger . LogInformation ( "System window closing (due to user interaction most likely)." ) ;
347347
You can’t perform that action at this time.
0 commit comments