You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tayttt 123a676cc8 修复项目编译问题和NuGet包依赖
主要更改:
- 修复NuGet包还原问题,添加nuget.config配置
- 还原所有依赖的NuGet包到packages目录
- 修复Txgy.Controls项目,添加Microsoft.Xaml.Behaviors.Wpf引用
- 修复BaseModule和SysModule项目,添加Txgy.Controls项目引用
- 更新packages.config文件
- 解决XAML控件找不到的问题

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
4 days ago
..
lib 修复项目编译问题和NuGet包依赖 4 days ago
.nupkg.metadata 修复项目编译问题和NuGet包依赖 4 days ago
.signature.p7s 修复项目编译问题和NuGet包依赖 4 days ago
livecharts.0.9.7.nupkg 修复项目编译问题和NuGet包依赖 4 days ago
livecharts.0.9.7.nupkg.sha512 修复项目编译问题和NuGet包依赖 4 days ago
livecharts.nuspec 修复项目编译问题和NuGet包依赖 4 days ago
readme.txt 修复项目编译问题和NuGet包依赖 4 days ago

readme.txt

==================================
<<<<<<<<<<< IMPORTANT >>>>>>>>>>>>
==================================

LiveCharts is now multipatform (at least the design).

So this package contains nothing but the core of the library, 
you might also need to install the desired platform.

For example if using wpf you must also install the wpf package.

------------------------------------
> Install-Package LiveCharts.Wpf
------------------------------------

For future updates, you will only need to update LiveCharts.Wpf (or any other platform)
forget about the core, all the platforms packages will have a dependency to core.

------------------------------------
> Update-Package LiveCharts.Wpf
------------------------------------

Happy coding!