导入R3,简单实现数据绑定UI,以及双向绑定

This commit is contained in:
2025-11-05 05:16:06 +08:00
parent 1ccc7f299d
commit c5c380d170
137 changed files with 6900 additions and 24 deletions

7
Assets/packages.config Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Bcl.AsyncInterfaces" version="6.0.0" />
<package id="Microsoft.Bcl.TimeProvider" version="8.0.0" />
<package id="R3" version="1.3.0" manuallyInstalled="true" />
<package id="System.Threading.Channels" version="8.0.0" />
</packages>