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 6acc205 commit 897e95bCopy full SHA for 897e95b
.github/workflows/package.yml
@@ -85,7 +85,7 @@ jobs:
85
steps:
86
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
87
with:
88
- dotnet-version: 3.x
+ dotnet-version: 9.0.x
89
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
90
91
node-version: 18.x
@@ -98,8 +98,6 @@ jobs:
98
run: yarn install --check-files --frozen-lockfile
99
- name: Create dotnet artifact
100
run: npx projen compile && npx projen package:dotnet
101
- env:
102
- DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: "1"
103
104
package-go:
105
needs: build
0 commit comments