Skip to content

Commit

Permalink
updatend to .NET 8
Browse files Browse the repository at this point in the history
updated NuGets
updated version to 0.8.0-beta.1
  • Loading branch information
Jani Giannoudis committed Nov 27, 2023
1 parent a821c68 commit bf83fb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Version>0.6.0-beta.11</Version>
<FileVersion>0.6.0</FileVersion>
<TargetFramework>net8.0</TargetFramework>
<Version>0.8.0-beta.1</Version>
<FileVersion>0.8.0</FileVersion>
<InformationalVersion></InformationalVersion>
<Authors>Jani Giannoudis</Authors>
<Company>Software Consulting Giannoudis</Company>
Expand Down
8 changes: 4 additions & 4 deletions Document/PayrollEngine.Document.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PayrollEngine.Core" Version="0.6.0-beta.11" />
<PackageReference Include="FastReport.OpenSource" Version="2023.2.20" />
<PackageReference Include="FastReport.OpenSource.Export.PdfSimple" Version="2023.2.20" />
<PackageReference Include="NPOI" Version="2.6.1" />
<PackageReference Include="PayrollEngine.Core" Version="0.8.0-beta.1" />
<PackageReference Include="FastReport.OpenSource" Version="2024.1.0" />
<PackageReference Include="FastReport.OpenSource.Export.PdfSimple" Version="2024.1.0" />
<PackageReference Include="NPOI" Version="2.6.2" />
</ItemGroup>

<!-- include xml documention files and json schemas to the nuget package -->
Expand Down

0 comments on commit bf83fb5

Please sign in to comment.