1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-22 18:15:47 +02:00

Fix missing platform declaration in F# project files

This commit is contained in:
chylex 2022-02-05 22:57:54 +01:00
parent 7c8b43adfe
commit ad30021d6d
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
3 changed files with 3 additions and 0 deletions
lib
TweetTest.Browser.CEF
TweetTest.Core
TweetTest.Utils

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Platforms>x86</Platforms>
</PropertyGroup>
<ItemGroup>

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Platforms>x86</Platforms>
</PropertyGroup>
<ItemGroup>

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Platforms>x86</Platforms>
</PropertyGroup>
<ItemGroup>