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 a46fa73 commit ae72391Copy full SHA for ae72391
src/CommunityToolkit.Maui.Markup.Benchmarks/CommunityToolkit.Maui.Markup.Benchmarks.csproj
@@ -17,7 +17,7 @@
17
18
<ItemGroup>
19
<PackageReference Include="BenchmarkDotNet" Version="0.14.0"/>
20
- <PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.12" Condition="'$(OS)' == 'Windows_NT'"/>
+ <PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.14.0" Condition="'$(OS)' == 'Windows_NT'"/>
21
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.2" />
22
<PackageReference Include="Microsoft.Maui.Controls" Version="$(MauiPackageVersion)"/>
23
</ItemGroup>
0 commit comments