Merge pull request #286 from denglihong2007/dev

fix: 平台不一致 [skip cliff]
This commit is contained in:
denglihong2007
2025-12-07 03:46:12 +08:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
<TargetFramework>net9.0-windows10.0.19041.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>x64</Platforms>
<Platforms>x64;AnyCPU</Platforms>
</PropertyGroup>
<ItemGroup>

View File

@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11218.70 d18.3
VisualStudioVersion = 18.3.11218.70
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CRSim.Core", "CRSim.Core\CRSim.Core.csproj", "{C72B16CC-AA3E-4E0F-A424-07D3987A9FD9}"
EndProject

View File

@@ -10,7 +10,7 @@
<Identity
Name="53D4FFDC.CRSim"
Publisher="CN=A0D23678-D7D4-4933-B369-1877DD38719C"
Version="3.1.4.0" />
Version="3.1.4.1" />
<mp:PhoneIdentity PhoneProductId="947762ab-9c52-4d97-843d-eeea6b5d81ce" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>3.1.4.0</Version>
<Version>3.1.4.1</Version>
<Authors>电排骨</Authors>
<RepositoryUrl>https://github.com/denglihong2007/CRSim</RepositoryUrl>
</PropertyGroup>