|
13 | 13 | <PackageIcon>icon.png</PackageIcon>
|
14 | 14 | <PackageIconUrl />
|
15 | 15 | <Description>Loggers tree extension</Description>
|
16 |
| - <VersionPrefix>4.2.0</VersionPrefix> |
| 16 | + <VersionPrefix>5.0.0</VersionPrefix> |
17 | 17 | <VersionSuffix></VersionSuffix>
|
18 | 18 | </PropertyGroup>
|
19 | 19 |
|
|
49 | 49 | <TreatWarningsAsErrors>True</TreatWarningsAsErrors>
|
50 | 50 | </PropertyGroup>
|
51 | 51 | <ItemGroup>
|
52 |
| - <PackageReference Include="Analogy.CommonUtilities" Version="7.2.0" /> |
53 |
| - <PackageReference Include="Analogy.LogViewer.Interfaces" Version="7.2.0" /> |
54 |
| - <PackageReference Include="Analogy.LogViewer.Template" Version="7.2.0" /> |
55 |
| - <PackageReference Include="System.Resources.Extensions" Version="9.0.0" /> |
| 52 | + <PackageReference Include="Analogy.CommonUtilities" Version="8.0.0" /> |
| 53 | + <PackageReference Include="Analogy.LogViewer.Interfaces" Version="8.0.0" /> |
| 54 | + <PackageReference Include="Analogy.LogViewer.Template" Version="8.0.0" /> |
| 55 | + <PackageReference Include="System.Resources.Extensions" Version="9.0.1" /> |
56 | 56 | </ItemGroup>
|
57 | 57 |
|
58 | 58 | <ItemGroup>
|
|
63 | 63 | </ItemGroup>
|
64 | 64 |
|
65 | 65 | <ItemGroup Condition=" '$(TargetFramework)' == 'net8.0-windows' or '$(TargetFramework)' == 'net9.0-windows' ">
|
66 |
| - <Reference Include="DevExpress.Utils.v21.2"> |
67 |
| - <HintPath>..\DevExpress\.net core\DevExpress.Utils.v21.2.dll</HintPath> |
| 66 | + <Reference Include="DevExpress.Utils.v24.2"> |
| 67 | + <HintPath>..\DevExpress\.net core\DevExpress.Utils.v24.2.dll</HintPath> |
68 | 68 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
69 | 69 | <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
70 | 70 | </Reference>
|
71 |
| - <Reference Include="DevExpress.XtraBars.v21.2"> |
72 |
| - <HintPath>..\DevExpress\.net core\DevExpress.XtraBars.v21.2.dll</HintPath> |
| 71 | + <Reference Include="DevExpress.XtraBars.v24.2"> |
| 72 | + <HintPath>..\DevExpress\.net core\DevExpress.XtraBars.v24.2.dll</HintPath> |
73 | 73 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
74 | 74 | <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
75 | 75 | </Reference>
|
76 | 76 | </ItemGroup>
|
77 | 77 |
|
78 | 78 | <ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">
|
79 |
| - <Reference Include="DevExpress.Utils.v21.2"> |
80 |
| - <HintPath>..\DevExpress\.net framework\DevExpress.Utils.v21.2.dll</HintPath> |
| 79 | + <Reference Include="DevExpress.Utils.v24.2"> |
| 80 | + <HintPath>..\DevExpress\.net framework\DevExpress.Utils.v24.2.dll</HintPath> |
81 | 81 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
82 | 82 | <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
83 | 83 | </Reference>
|
84 |
| - <Reference Include="DevExpress.XtraBars.v21.2"> |
85 |
| - <HintPath>..\DevExpress\.net framework\DevExpress.XtraBars.v21.2.dll</HintPath> |
| 84 | + <Reference Include="DevExpress.XtraBars.v24.2"> |
| 85 | + <HintPath>..\DevExpress\.net framework\DevExpress.XtraBars.v24.2.dll</HintPath> |
86 | 86 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
87 | 87 | <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
88 | 88 | </Reference>
|
|
0 commit comments