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 284449f commit ba7e1e9Copy full SHA for ba7e1e9
.github/workflows/ci.yaml
@@ -16,7 +16,9 @@ jobs:
16
uses: actions/setup-node@v2
17
with:
18
node-version: '18'
19
+
20
- name: Install dependencies
21
run: npm i
22
23
- name: Run tests
24
run: npm run test
src/App.fsproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net9.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
6
</PropertyGroup>
7
8
<ItemGroup>
0 commit comments