Skip to content

Commit 4bf5ec6

Browse files
committed
bump versions
1 parent d4743eb commit 4bf5ec6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/autodoc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Setup Dotnet
2424
uses: actions/setup-dotnet@v4
25+
with:
26+
dotnet-version: 9.0.100
2527

2628
- name: Build documentation tool
2729
run: |

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838

3939
- name: Setup Dotnet
4040
uses: actions/setup-dotnet@v4
41+
with:
42+
dotnet-version: 9.0.100
4143

4244
- name: Test Documentation Tool
4345
run: |

tools/OpenDreamDocumentationTool/OpenDreamDocumentationTool/OpenDreamDocumentationTool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>

0 commit comments

Comments
 (0)