Skip to content

Commit 7847a3e

Browse files
authored
Update workflows.yaml
1 parent b8d93a0 commit 7847a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
# Restore
115115
- name: Restore dependencies
116-
run: dotnet restore src/Arch/Arch.csproj --framework net8.0
116+
run: dotnet restore src/Arch/Arch.csproj
117117

118118
# Packing
119119
- name: Pack with DefineConstants=${{ matrix.define }}

0 commit comments

Comments
 (0)