File tree Expand file tree Collapse file tree 8 files changed +8
-10
lines changed Expand file tree Collapse file tree 8 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 29
29
30
30
with :
31
31
dotnet-version : |
32
- 9.0.100-preview.7.24407.12
32
+ 9.x
33
33
8.x
34
- 7.x
35
34
- name : Build library
36
35
run : dotnet build -c Release -v normal
Original file line number Diff line number Diff line change 35
35
36
36
with :
37
37
dotnet-version : |
38
- 9.0.100-preview.7.24407.12
38
+ 9.x
39
39
8.x
40
- 7.x
41
40
42
41
- name : Autobuild
43
42
uses : github/codeql-action/autobuild@v3
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<
Authors >Lala Sabathil
< [email protected] > , Lunar Starstrum, QuantuChi</
Authors >
6
6
<Company >Aiko IT Systems</Company >
7
7
<PackageId >DisCatSharp.Examples.ApplicationCommands</PackageId >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<OutputType >Exe</OutputType >
4
- <TargetFramework >net8 .0</TargetFramework >
4
+ <TargetFramework >net9 .0</TargetFramework >
5
5
<RootNamespace >DisCatSharp.Examples.Basics</RootNamespace >
6
6
<AssemblyName >DisCatSharp.Examples.Basics</AssemblyName >
7
7
<StartupObject >DisCatSharp.Examples.Basics.Program</StartupObject >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net8 .0</TargetFramework >
5
+ <TargetFramework >net9 .0</TargetFramework >
6
6
<AssemblyName >DisCatSharp.Examples.Hosting</AssemblyName >
7
7
<RootNamespace >DisCatSharp.Examples.Hosting</RootNamespace >
8
8
<IsPackable >true</IsPackable >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >exe</OutputType >
5
- <TargetFramework >net8 .0</TargetFramework >
5
+ <TargetFramework >net9 .0</TargetFramework >
6
6
<AssemblyName >DisCatSharp.Examples.Interactivity</AssemblyName >
7
7
<RootNamespace >DisCatSharp.Examples.Interactivity</RootNamespace >
8
8
<PackageId >DisCatSharp.Examples.Interactivity</PackageId >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >exe</OutputType >
5
- <TargetFramework >net8 .0</TargetFramework >
5
+ <TargetFramework >net9 .0</TargetFramework >
6
6
<AssemblyName >DisCatSharp.Examples.Lavalink</AssemblyName >
7
7
<RootNamespace >DisCatSharp.Examples.Lavalink</RootNamespace >
8
8
<PackageId >DisCatSharp.Examples.Lavalink</PackageId >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >exe</OutputType >
5
- <TargetFramework >net8 .0</TargetFramework >
5
+ <TargetFramework >net9 .0</TargetFramework >
6
6
<AssemblyName >DisCatSharp.Examples.VoiceNext</AssemblyName >
7
7
<RootNamespace >DisCatSharp.Examples.VoiceNext</RootNamespace >
8
8
<PackageId >DisCatSharp.Examples.VoiceNext</PackageId >
You can’t perform that action at this time.
0 commit comments