Skip to content

Commit

Permalink
built solution
Browse files Browse the repository at this point in the history
  • Loading branch information
nunosubtil committed Aug 13, 2024
1 parent 3ffe28e commit c377d28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HoverOptionSetSolution/HoverOptionSetSolution.cdsproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Import Project="$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props" Condition="Exists('$(PowerAppsTargetsPath)\Microsoft.PowerApps.VisualStudio.Solution.props')" />

<PropertyGroup>
<ProjectGuid>76b92410-f4e6-4ba4-ad79-ea608a31572d</ProjectGuid>
<ProjectGuid>69a47b2b-fd56-4d53-8a28-827010414b75</ProjectGuid>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<!--Remove TargetFramework when this is available in 16.1-->
<TargetFramework>net462</TargetFramework>
Expand All @@ -20,7 +20,7 @@
Solution Packager overrides, un-comment to use: SolutionPackagerType (Managed, Unmanaged, Both)
Solution Localization Control, if you want to enabled localization of your solution, un-comment SolutionPackageEnableLocalization and set the value to true. - Requires use of -loc flag on Solution Clone or Sync
-->

<PropertyGroup>
<SolutionPackageType>Managed</SolutionPackageType>
<SolutionPackageEnableLocalization>false</SolutionPackageEnableLocalization>
Expand Down
2 changes: 1 addition & 1 deletion HoverOptionSetSolution/src/Other/Solution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Descriptions />
<Version>1.0</Version>
<!-- Solution Package Type: Unmanaged(0)/Managed(1)/Both(2)-->
<Managed>2</Managed>
<Managed>1</Managed>
<Publisher>
<!-- Unique Publisher Name of Cds Solution -->
<UniqueName>nunosubtil</UniqueName>
Expand Down

0 comments on commit c377d28

Please sign in to comment.