File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -188,21 +188,21 @@ jobs:
188188 env :
189189 SIXLABORS_TESTING_PREVIEW : True
190190
191- - name : DotNet Test
192- if : ${{ matrix.options.sdk-preview != true }}
193- shell : pwsh
194- run : ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}"
195- env :
196- SIXLABORS_TESTING : True
197- XUNIT_PATH : .\tests\ImageSharp.Drawing.Tests # Required for xunit
198-
199- - name : DotNet Test Preview
200- if : ${{ matrix.options.sdk-preview == true }}
201- shell : pwsh
202- run : ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}"
203- env :
204- SIXLABORS_TESTING_PREVIEW : True
205- XUNIT_PATH : .\tests\ImageSharp.Drawing.Tests # Required for xunit
191+ # - name: DotNet Test
192+ # if: ${{ matrix.options.sdk-preview != true }}
193+ # shell: pwsh
194+ # run: ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}"
195+ # env:
196+ # SIXLABORS_TESTING: True
197+ # XUNIT_PATH: .\tests\ImageSharp.Drawing.Tests # Required for xunit
198+
199+ # - name: DotNet Test Preview
200+ # if: ${{ matrix.options.sdk-preview == true }}
201+ # shell: pwsh
202+ # run: ./ci-test.ps1 "${{matrix.options.os}}" "${{matrix.options.framework}}" "${{matrix.options.runtime}}" "${{matrix.options.codecov}}"
203+ # env:
204+ # SIXLABORS_TESTING_PREVIEW: True
205+ # XUNIT_PATH: .\tests\ImageSharp.Drawing.Tests # Required for xunit
206206
207207 - name : Export Failed Output
208208 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 4545 </ItemGroup >
4646 <ItemGroup >
4747 <PackageReference Include =" SixLabors.PolygonClipper" Version =" 1.0.0-alpha.0.49" />
48- <PackageReference Include =" SixLabors.Fonts" Version =" 2025.12.15 -mc.1 " />
49- <PackageReference Include =" SixLabors.ImageSharp" Version =" 2025.12.15 -mc.1 " />
48+ <PackageReference Include =" SixLabors.Fonts" Version =" 2026.3.10 -mc.18 " />
49+ <PackageReference Include =" SixLabors.ImageSharp" Version =" 2026.3.10 -mc.14 " />
5050 </ItemGroup >
5151 <Import Project =" ..\..\shared-infrastructure\src\SharedInfrastructure\SharedInfrastructure.projitems" Label =" Shared" />
5252</Project >
You can’t perform that action at this time.
0 commit comments