Skip to content

Commit ba7e1e9

Browse files
committed
net8
1 parent 284449f commit ba7e1e9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
uses: actions/setup-node@v2
1717
with:
1818
node-version: '18'
19+
1920
- name: Install dependencies
2021
run: npm i
22+
2123
- name: Run tests
2224
run: npm run test

src/App.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>

0 commit comments

Comments
 (0)