summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLyssa2025-04-04 15:15:35 +0000
committerLyssa2025-04-04 15:15:35 +0000
commit001c27ca1d96231b8d6282f48fcff31d51e86a30 (patch)
tree31c97f96a247ad28b076217abddc47a25b86bf78
parent3a1b9c481df88e96515a89083034e17a90a26e86 (diff)
downloadTSforge-001c27ca1d96231b8d6282f48fcff31d51e86a30.zip
explicitly set AnyCPU PlatformTarget in LibTSforge project file (appears to do nothing but just in case)
-rw-r--r--LibTSforge/LibTSforge.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibTSforge/LibTSforge.csproj b/LibTSforge/LibTSforge.csproj
index 8c3504a..4dfead2 100644
--- a/LibTSforge/LibTSforge.csproj
+++ b/LibTSforge/LibTSforge.csproj
@@ -7,6 +7,7 @@
<LangVersion>3</LangVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
+ <PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">