Skip to content

Commit e5ec054

Browse files
committed
NET9
1 parent 519d060 commit e5ec054

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/dotnet-core-desktop.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828

2929
# Install the .NET Core workload
3030
- name: Install .NET Core
31-
uses: actions/setup-dotnet@v3.2.0
31+
uses: actions/setup-dotnet@v4.1.0
3232
with:
33-
dotnet-version: 8.0.x
33+
dotnet-version: 9.0.x
3434

3535
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
3636
- name: Setup MSBuild.exe
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: windows-latest
6565
steps:
6666
- name: 'Download Artifact'
67-
uses: actions/[email protected].7
67+
uses: actions/[email protected].8
6868
with:
6969
name: artifactory_Release
7070
- name: 'Dotnet NuGet Push'

Analogy.LogViewer.LoggersTree/Analogy.LogViewer.LoggersTree.csproj

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net8.0-windows;net6.0-windows;net48</TargetFrameworks>
4+
<TargetFrameworks>net9.0-windows;net8.0-windows;net48</TargetFrameworks>
55
<Authors>CAMAG</Authors>
66
<Company>CAMAG</Company>
77
<Product>Analogy.LogViewer.LoggersTree</Product>
88
<PackageId>Analogy.LogViewer.LoggersTree</PackageId>
99
<IncludeSymbols>true</IncludeSymbols>
10-
<Copyright>CAMAG © 2023-2024</Copyright>
10+
<Copyright>CAMAG © 2023-2025</Copyright>
1111
<PackageProjectUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer.LoggersTree</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer.LoggersTree</RepositoryUrl>
1313
<PackageIcon>icon.png</PackageIcon>
1414
<PackageIconUrl />
1515
<Description>Loggers tree extension</Description>
16-
<VersionPrefix>4.0.0</VersionPrefix>
16+
<VersionPrefix>4.1.0</VersionPrefix>
1717
<VersionSuffix></VersionSuffix>
1818
</PropertyGroup>
1919

@@ -49,10 +49,10 @@
4949
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
5050
</PropertyGroup>
5151
<ItemGroup>
52-
<PackageReference Include="Analogy.CommonUtilities" Version="7.0.0" />
53-
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="7.0.0.1" />
54-
<PackageReference Include="Analogy.LogViewer.Template" Version="7.0.0" />
55-
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
52+
<PackageReference Include="Analogy.CommonUtilities" Version="7.1.0" />
53+
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="7.1.0" />
54+
<PackageReference Include="Analogy.LogViewer.Template" Version="7.1.0" />
55+
<PackageReference Include="System.Resources.Extensions" Version="9.0.0" />
5656
</ItemGroup>
5757

5858
<ItemGroup>
@@ -62,7 +62,7 @@
6262
</None>
6363
</ItemGroup>
6464

65-
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0-windows' or '$(TargetFramework)' == 'net7.0-windows' or '$(TargetFramework)' == 'net8.0-windows' ">
65+
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0-windows' or '$(TargetFramework)' == 'net9.0-windows' ">
6666
<Reference Include="DevExpress.Utils.v21.2">
6767
<HintPath>..\DevExpress\.net core\DevExpress.Utils.v21.2.dll</HintPath>
6868
<CopyToOutputDirectory>Always</CopyToOutputDirectory>

Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PrivateAssets>all</PrivateAssets>
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
</PackageReference>
38-
<PackageReference Include="Meziantou.Analyzer" Version="2.0.163">
38+
<PackageReference Include="Meziantou.Analyzer" Version="2.0.179">
3939
<PrivateAssets>all</PrivateAssets>
4040
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4141
</PackageReference>
@@ -52,7 +52,7 @@
5252
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
5353
</ItemGroup>
5454
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">
55-
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
55+
<PackageReference Include="Microsoft.Bcl.HashCode" Version="6.0.0" />
5656
<PackageReference Include="PolySharp" Version="1.14.1">
5757
<PrivateAssets>all</PrivateAssets>
5858
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)