🐐 Small fix

This commit is contained in:
2026-04-10 16:33:40 +02:00
parent d9e27910cf
commit b47599974a
4 changed files with 41 additions and 3 deletions

1
.mgstats Normal file
View File

@@ -0,0 +1 @@
Source File,Dest File,Processor Type,Content Type,Source File Size,Dest File Size,Build Seconds

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<PublishReadyToRun>false</PublishReadyToRun>
<TieredCompilation>false</TieredCompilation>
</PropertyGroup>
@@ -24,7 +24,7 @@
<TrimmerRootAssembly Include="Microsoft.Xna.Framework.Content.ContentTypeReader" Visible="false" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.0.1641" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.0.1641" />
<PackageReference Include="MonoGame.Framework.DesktopGL" Version="3.8.2.1105" />
<PackageReference Include="MonoGame.Content.Builder.Task" Version="3.8.2.1105" />
</ItemGroup>
</Project>

24
Solitaire.sln Normal file
View File

@@ -0,0 +1,24 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Solitaire", "Solitaire.csproj", "{EA9E7957-A327-076D-5A3C-F01CFD32C8B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EA9E7957-A327-076D-5A3C-F01CFD32C8B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA9E7957-A327-076D-5A3C-F01CFD32C8B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA9E7957-A327-076D-5A3C-F01CFD32C8B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA9E7957-A327-076D-5A3C-F01CFD32C8B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5AD99DFD-4FA9-4EE8-88E4-2BC38AB9AD97}
EndGlobalSection
EndGlobal

13
dotnet-tools.json Normal file
View File

@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-mgcb": {
"version": "3.8.2.1105",
"commands": [
"mgcb"
],
"rollForward": false
}
}
}