Update nugets

This commit is contained in:
Dan Clark
2024-11-16 14:10:45 +00:00
parent b4cf6c9928
commit 0865e7da89
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -6,9 +6,9 @@
<Platforms>AnyCPU;x64;x86</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0-preview1" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0-preview2" />
<PackageReference Include="Json.More.Net" Version="2.0.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0-rc.2.24473.5" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.0" />
<PackageReference Include="System.Reactive" Version="6.0.1" />
</ItemGroup>
</Project>