Skip to content

Commit

Permalink
Update CommunityToolkit package references to version 8.2.241219-pull…
Browse files Browse the repository at this point in the history
…-584.1339
  • Loading branch information
Arlodotexe committed Dec 19, 2024
1 parent 228d7c5 commit a58a89a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ProjectHeads/App.Head.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<Choose>
<When Condition="'$(ToolkitConvertersSourceProject)' == ''">
<ItemGroup>
<PackageReference Include="CommunityToolkit.$(DependencyVariant).Converters" Version="8.0.230907"/>
<PackageReference Include="CommunityToolkit.$(DependencyVariant).Converters" Version="8.2.241219-pull-584.1339"/>
</ItemGroup>
</When>
<!-- This is tripping up the linux build using dotnet build as we have a duplicate reference
Expand All @@ -46,7 +46,7 @@
<Choose>
<When Condition="'$(ToolkitSettingsControlsSourceProject)' == ''">
<ItemGroup>
<PackageReference Include="CommunityToolkit.$(DependencyVariant).Controls.SettingsControls" Version="8.0.230907"/>
<PackageReference Include="CommunityToolkit.$(DependencyVariant).Controls.SettingsControls" Version="8.2.241219-pull-584.1339"/>
</ItemGroup>
</When>
<When Condition="'$(IsSingleExperimentHead)' == 'true' and $(MSBuildProjectName.StartsWith('SettingsControls')) == 'false'">
Expand All @@ -58,7 +58,7 @@
<Choose>
<When Condition="'$(ToolkitExtensionsSourceProject)' == ''">
<ItemGroup>
<PackageReference Include="CommunityToolkit.$(DependencyVariant).Extensions" Version="8.0.230907"/>
<PackageReference Include="CommunityToolkit.$(DependencyVariant).Extensions" Version="8.2.241219-pull-584.1339"/>
</ItemGroup>
</When>
<When Condition="'$(IsSingleExperimentHead)' == 'true' and $(MSBuildProjectName.StartsWith('Extensions')) == 'false'">
Expand All @@ -70,7 +70,7 @@
<Choose>
<When Condition="'$(ToolkitTriggersSourceProject)' == ''">
<ItemGroup>
<PackageReference Include="CommunityToolkit.$(DependencyVariant).Triggers" Version="8.0.230907"/>
<PackageReference Include="CommunityToolkit.$(DependencyVariant).Triggers" Version="8.2.241219-pull-584.1339"/>
</ItemGroup>
</When>
<When Condition="'$(IsSingleExperimentHead)' == 'true' and $(MSBuildProjectName.StartsWith('Triggers')) == 'false'">
Expand Down
2 changes: 1 addition & 1 deletion ProjectHeads/Tests.Head.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Choose>
<When Condition="'$(ToolkitExtensionsSourceProject)' == ''">
<ItemGroup>
<PackageReference Include="CommunityToolkit.$(DependencyVariant).Extensions" Version="8.0.230907"/>
<PackageReference Include="CommunityToolkit.$(DependencyVariant).Extensions" Version="8.2.241219-pull-584.1339"/>
</ItemGroup>
</When>
<When Condition="'$(IsSingleExperimentHead)' == 'true' and $(MSBuildProjectName.StartsWith('Extensions')) == 'false'">
Expand Down

0 comments on commit a58a89a

Please sign in to comment.