mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
8 lines
196 B
XML
8 lines
196 B
XML
<Project>
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'netcoreapp3.1'">
|
|
<DefineConstants>VNEXT</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|