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