Skip to content

Commit e4db68d

Browse files
committed
Switch to .NET 8
1 parent b46279d commit e4db68d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: bin
40-
path: Code/bin/Debug/net7.0
40+
path: Code/bin/Debug/net8.0

Code/CherryHelper.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

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<AssemblyName>CherryHelper</AssemblyName>
66
<RootNamespace>Celeste.Mod.CherryHelper</RootNamespace>
77
<LangVersion>latest</LangVersion>

everest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- Name: CherryHelper
2-
Version: 1.8.1
2+
Version: 1.8.2
33
DLL: Code/bin/CherryHelper.dll
44
Dependencies:
55
- Name: EverestCore
6-
Version: 1.5184.0
6+
Version: 1.5617.0

0 commit comments

Comments
 (0)