File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
iTextSharp.LGPLv2.Core.FunctionalTests Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ on: [push, pull_request]
55jobs :
66 build :
77
8- runs-on : windows-2019
8+ runs-on : windows-2022
99
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : Setup .NET Core
13- uses : actions/setup-dotnet@v4
13+ uses : actions/setup-dotnet@v5
1414 with :
1515 dotnet-version : 9.0.x
1616 - name : Build iTextSharp.LGPLv2.Core lib
Original file line number Diff line number Diff line change 2626 # - https://gh.io/supported-runners-and-hardware-resources
2727 # - https://gh.io/using-larger-runners
2828 # Consider using larger runners for possible analysis time improvements.
29- runs-on : windows-2019
29+ runs-on : windows-2022
3030 permissions :
3131 actions : read
3232 contents : read
4343
4444 steps :
4545 - name : Checkout repository
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747
4848 # Initializes the CodeQL tools for scanning.
4949 - name : Initialize CodeQL
6464 # - name: Autobuild
6565 # uses: github/codeql-action/autobuild@v3
6666 - name : Setup .NET
67- uses : actions/setup-dotnet@v4
67+ uses : actions/setup-dotnet@v5
6868 with :
6969 dotnet-version : 9.0.x
7070 - name : Build
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 9.0.300 " ,
3+ "version" : " 9.0.304 " ,
44 "rollForward" : " latestMajor" ,
55 "allowPrerelease" : false
66 }
Original file line number Diff line number Diff line change 2222 </PackageReference >
2323 </ItemGroup >
2424 <ItemGroup >
25- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.0 " />
26- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.9.0 " />
27- <PackageReference Include =" MSTest.TestFramework" Version =" 3.9.0 " />
25+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1 " />
26+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.10.4 " />
27+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.10.4 " />
2828
2929 <PackageReference Include =" BitMiracle.LibTiff.NET" Version =" 2.4.660" />
3030 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <Description >iTextSharp.LGPLv2.Core is an unofficial port of the last LGPL version of the iTextSharp (V4.1.6) to .NET Core.</Description >
4- <VersionPrefix >3.7.4 </VersionPrefix >
4+ <VersionPrefix >3.7.5 </VersionPrefix >
55 <Authors >Vahid Nasiri</Authors >
66 <TargetFrameworks >net9.0;net8.0;net7.0;net6.0;netstandard2.0;net462;</TargetFrameworks >
77 <GenerateDocumentationFile >true</GenerateDocumentationFile >
5757 <PrivateAssets >all</PrivateAssets >
5858 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
5959 </PackageReference >
60- <PackageReference Include =" Meziantou.Analyzer" Version =" 2.0.201 " >
60+ <PackageReference Include =" Meziantou.Analyzer" Version =" 2.0.215 " >
6161 <PrivateAssets >all</PrivateAssets >
6262 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
6363 </PackageReference >
64- <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 10.10 .0.116381 " >
64+ <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 10.15 .0.120848 " >
6565 <PrivateAssets >all</PrivateAssets >
6666 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
6767 </PackageReference >
8282
8383 <ItemGroup >
8484 <PackageReference Include =" SkiaSharp" Version =" 3.119.0" />
85- <PackageReference Include =" BouncyCastle.Cryptography" Version =" 2.6.1 " />
85+ <PackageReference Include =" BouncyCastle.Cryptography" Version =" 2.6.2 " />
8686 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
8787 </ItemGroup >
8888
You can’t perform that action at this time.
0 commit comments