Commit a5c6d1d
Upgrade to .NET 10 SDK and update libraries (#511)
* init
* Migrate to Central Package Management (CPM)
- Add Directory.Packages.props to centrally manage NuGet package versions
- Remove Version attributes from all PackageReference elements across projects
- Update Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0
- Enable ManagePackageVersionsCentrally property
- Consolidate package version management for Core, Platform (WPF/Blazor), and Test projects
This change improves maintainability by managing all package versions in a single location.
パッケージバージョンの中央管理を導入
すべてのプロジェクトファイルから`<PackageReference>`の`Version`属性を削除し、`Directory.Packages.props`ファイルを追加してパッケージバージョンを一元管理しました。これにより、`ManagePackageVersionsCentrally`プロパティが有効になり、依存関係のバージョン管理が簡素化されました。また、`Microsoft.SourceLink.GitHub`のバージョン指定も削除されました。
* ターゲットフレームワークをnet10.0に更新し構造を整理
プロジェクト全体のターゲットフレームワークを`net10.0`に更新。
依存関係のバージョン指定を簡素化し、条件付きバージョンを追加。
新しいパッケージ(`MahApps.Metro`、`Prism.Unity`、`Prism.Wpf`)を導入。
ソリューションファイル形式を`.slnx`に移行し、フォルダ構造を整理。
名前空間変更(`Prism.Regions`→`Prism.Navigation.Regions`)を適用。
* Update .NET version to 10.0.x in workflow files
* Update workflow files to use ReactiveProperty.slnx for dependency installation and testing
---------
Co-authored-by: Kazuki Ota <117221407+kaota_microsoft@users.noreply.github.com>1 parent 73b9c64 commit a5c6d1d
File tree
26 files changed
+207
-565
lines changed- .github/workflows
- Samples
- Blazor
- BlazorSample
- BlazorSample.Client
- BlazorSample
- MultiUIThreadApp
- Reactive.Todo.Main
- Reactive.Todo
- ReactivePropertyCoreSample.WPF
- ReactivePropertySamples.WPF
- Source
- ReactiveProperty.Core
- ReactiveProperty.NETStandard
- ReactiveProperty.Platform.Blazor
- ReactiveProperty.Platform.WPF
- Test
- ReactiveProperty.Blazor.Tests
- ReactiveProperty.NETStandard.Tests
- ReactiveProperty.WPF.Tests
26 files changed
+207
-565
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments