Skip to content

Commit

Permalink
Include MSBuild.Sdk.Extras/3.0.23 on UWP only
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Feb 28, 2024
1 parent 54d9881 commit 9524352
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion components/ColorPicker/samples/ColorPicker.Samples.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project Sdk="MSBuild.Sdk.Extras/3.0.23">
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" Condition="Exists('$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))')" />
<PropertyGroup>
<ToolkitComponentName>ColorPicker</ToolkitComponentName>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project Sdk="MSBuild.Sdk.Extras/3.0.23">
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" Condition="Exists('$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))')" />
<PropertyGroup>
<ToolkitComponentName>ColorPicker</ToolkitComponentName>
<Description>This package contains ColorPicker.</Description>
Expand Down

0 comments on commit 9524352

Please sign in to comment.