Cysharp/ObservableCollections をベースにしたUI表示用の同期ビュー
Revisión | 56bc383dd622b1f07225d201b8ba83aab165617e (tree) |
---|---|
Tiempo | 2022-10-08 16:55:42 |
Autor | yoshy <yoshy.org.bitbucket@gz.j...> |
Commiter | yoshy |
[UPG] ObservableCollections 1.1.3 が ISSUE#11 に対応したのでパッケージ版を参照するように更新, NLog 更新
@@ -9,13 +9,13 @@ | ||
9 | 9 | <Choose> |
10 | 10 | <When Condition=" '$(Configuration)'=='debug' "> |
11 | 11 | <ItemGroup> |
12 | - <PackageReference Include="NLog" Version="5.0.2" /> | |
12 | + <PackageReference Include="NLog" Version="5.0.4" /> | |
13 | 13 | </ItemGroup> |
14 | 14 | </When> |
15 | 15 | </Choose> |
16 | 16 | |
17 | 17 | <ItemGroup> |
18 | - <PackageReference Include="ObservableCollections" Version="1.1.2" /> | |
18 | + <PackageReference Include="ObservableCollections" Version="1.1.3" /> | |
19 | 19 | </ItemGroup> |
20 | 20 | |
21 | 21 | </Project> |