Skip to content

Commit 897e95b

Browse files
committed
chore: update dotnet version to 9.0.x in workflow configuration
1 parent 6acc205 commit 897e95b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25
8787
with:
88-
dotnet-version: 3.x
88+
dotnet-version: 9.0.x
8989
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
9090
with:
9191
node-version: 18.x
@@ -98,8 +98,6 @@ jobs:
9898
run: yarn install --check-files --frozen-lockfile
9999
- name: Create dotnet artifact
100100
run: npx projen compile && npx projen package:dotnet
101-
env:
102-
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: "1"
103101

104102
package-go:
105103
needs: build

0 commit comments

Comments
 (0)