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 e0d6899 commit 4e734bdCopy full SHA for 4e734bd
.github/workflows/dotnet.yml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
dotnet-version: 8.0.x
58
- name: List refs
59
- run: dotnet list reference --project CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
+ run: dotnet list CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj reference
60
- name: Delete reference
61
run: dotnet remove reference CSharpToJavaScript/CSharpToJavaScript.csproj --project CSTOJS_Tests/CSTOJS_Tests/CSTOJS_Tests.csproj
62
- name: Add reference
0 commit comments