We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5af09 commit 50f1622Copy full SHA for 50f1622
src/Directory.build.props src/Directory.Build.propssrc/Directory.build.props renamed to src/Directory.Build.props
@@ -32,6 +32,7 @@
32
<EmbedUntrackedSources>true</EmbedUntrackedSources>
33
<IncludePackageReferencesDuringMarkupCompilation>true</IncludePackageReferencesDuringMarkupCompilation>
34
<PublishRepositoryUrl>true</PublishRepositoryUrl>
35
+ <EnableWindowsTargeting>true</EnableWindowsTargeting>
36
</PropertyGroup>
37
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
38
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
0 commit comments