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 478f80b commit 30dc1b3Copy full SHA for 30dc1b3
Directory.build.props
@@ -10,6 +10,8 @@
10
<DisableWinExeOutputInference>true</DisableWinExeOutputInference>
11
<!-- <RestoreSources>https://ci.appveyor.com/nuget/xamltools;$(RestoreSources)</RestoreSources> -->
12
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
13
+ <CheckEolTargetFramework>false</CheckEolTargetFramework>
14
+ <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
15
</PropertyGroup>
16
17
<PropertyGroup>
0 commit comments