Skip to content

Commit dd0abd1

Browse files
committed
Update workflows to use .NET 10 and adjust resilience tests project configuration.
1 parent 8d290e0 commit dd0abd1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
156156
- uses: actions/setup-dotnet@v4
157157
with:
158-
dotnet-version: 9.x
158+
dotnet-version: 10.x
159159

160160
- name: Compile+Pack
161161
run: ./build.sh Compile+Pack --version ${VERSION} --analyseCode true

test/unit/Elsa.Resilience.Core.UnitTests/Elsa.Resilience.Core.UnitTests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Include>[Elsa.Resilience]*</Include>
5-
<Threshold>5</Threshold>
4+
<Include>[Elsa.Resilience.Core]*</Include>
5+
<Threshold>49</Threshold>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)