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.
2 parents 404fcde + bcf558f commit 3b5d424Copy full SHA for 3b5d424
1 file changed
OpenWeatherMap.Avalonia.Sample/OpenWeatherMap.Avalonia.Sample.csproj
@@ -21,7 +21,7 @@
21
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.3.13" />
22
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
23
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.3.13" />
24
- <PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.1" />
+ <PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.2" />
25
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />
26
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.5" />
27
</ItemGroup>
0 commit comments