Skip to content

Commit

Permalink
NET9
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Nov 16, 2024
1 parent 21b269c commit 5bd0d56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:


- name: Setup NuGet.exe for use with actions
uses: NuGet/setup-nuget@v1.0.5
uses: NuGet/setup-nuget@v2.0.1

concurrency:
group: ${{ github.ref }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<TargetFrameworks>net9.0-windows;net8.0-windows</TargetFrameworks>
<Version>7.0.0</Version>
<Version>7.1.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Analogy.LogViewer.Serilog.Sinks" Version="7.0.0" />
<PackageReference Include="Analogy.LogViewer.Serilog.Sinks" Version="7.1.0" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="Serilog.Enrichers.CorrelationId" Version="3.0.1" />
<PackageReference Include="Serilog.Enrichers.Environment" Version="3.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion Analogy.LogViewer.Serilog/Analogy.LogViewer.Serilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<RepositoryUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer.Serilog</RepositoryUrl>
<PackageReleaseNotes>Analogy Serilog Parsers</PackageReleaseNotes>
<PackageIcon>AnalogySerilog.png</PackageIcon>
<VersionPrefix>7.0.0</VersionPrefix>
<VersionPrefix>7.1.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Company>Analogy.LogViewer</Company>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 5bd0d56

Please sign in to comment.