We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807b5d9 commit 836744fCopy full SHA for 836744f
.github/workflows/code-coverage.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: actions/setup-dotnet@v3
59
with:
60
dotnet-version: |
61
- 6.0.x
+ 8.0.x
62
63
- name: DotNet Build
64
shell: pwsh
tests/ImageSharp.Tests.ProfilingSandbox/ImageSharp.Tests.ProfilingSandbox.csproj
@@ -7,7 +7,7 @@
7
<OutputType>Exe</OutputType>
8
<Prefer32Bit>false</Prefer32Bit>
9
<RootNamespace>SixLabors.ImageSharp.Tests.ProfilingSandbox</RootNamespace>
10
- <RuntimeIdentifier>win7-x64</RuntimeIdentifier>
+ <RuntimeIdentifier>win-x64</RuntimeIdentifier>
11
<StartupObject>SixLabors.ImageSharp.Tests.ProfilingSandbox.Program</StartupObject>
12
<!--Used to hide test project from dotnet test-->
13
<IsTestProject>false</IsTestProject>
0 commit comments