winsw/Directory.Build.targets

8 lines
196 B
Plaintext
Raw Normal View History

2018-12-05 16:00:00 +00:00
<Project>
2018-12-29 16:00:00 +00:00
<PropertyGroup Condition="'$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'netcoreapp3.1'">
2018-12-05 16:00:00 +00:00
<DefineConstants>VNEXT</DefineConstants>
</PropertyGroup>
</Project>