Skip to content

Commit 836744f

Browse files
committed
use win-x64 as rid
1 parent 807b5d9 commit 836744f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/setup-dotnet@v3
5959
with:
6060
dotnet-version: |
61-
6.0.x
61+
8.0.x
6262
6363
- name: DotNet Build
6464
shell: pwsh

tests/ImageSharp.Tests.ProfilingSandbox/ImageSharp.Tests.ProfilingSandbox.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<OutputType>Exe</OutputType>
88
<Prefer32Bit>false</Prefer32Bit>
99
<RootNamespace>SixLabors.ImageSharp.Tests.ProfilingSandbox</RootNamespace>
10-
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
10+
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1111
<StartupObject>SixLabors.ImageSharp.Tests.ProfilingSandbox.Program</StartupObject>
1212
<!--Used to hide test project from dotnet test-->
1313
<IsTestProject>false</IsTestProject>

0 commit comments

Comments
 (0)