mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-30 23:34:08 +02:00
10 lines
204 B
XML
10 lines
204 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<Platforms>x86</Platforms>
|
|
<LangVersion>8.0</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|