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 e1e1bf7 commit 5fc22eeCopy full SHA for 5fc22ee
components/AppServices/src/MultiTarget.props
@@ -4,6 +4,6 @@
4
MultiTarget is a custom property that indicates which target a project is designed to be built for / run on.
5
Used to create project references, generate solution files, enable/disable TargetFrameworks, and build nuget packages.
6
-->
7
- <MultiTarget>uwp;netstandard;net8.0-windows10.0.17763.0</MultiTarget>
+ <MultiTarget>uwp;netstandard;</MultiTarget>
8
</PropertyGroup>
9
</Project>
0 commit comments