Skip to content

Commit

Permalink
chore!: removed net7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Dec 7, 2024
1 parent e362f54 commit 46c936c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
9.0.100-preview.7.24407.12
9.x
8.x
7.x
- name: Build library
run: dotnet build -c Release -v normal
3 changes: 1 addition & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
9.0.100-preview.7.24407.12
9.x
8.x
7.x
- name: Autobuild
uses: github/codeql-action/autobuild@v3
Expand Down
2 changes: 1 addition & 1 deletion ApplicationCommands/ApplicationCommands.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Authors>Lala Sabathil &lt;[email protected]&gt;, Lunar Starstrum, QuantuChi</Authors>
<Company>Aiko IT Systems</Company>
<PackageId>DisCatSharp.Examples.ApplicationCommands</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion Basics/Basics.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>DisCatSharp.Examples.Basics</RootNamespace>
<AssemblyName>DisCatSharp.Examples.Basics</AssemblyName>
<StartupObject>DisCatSharp.Examples.Basics.Program</StartupObject>
Expand Down
2 changes: 1 addition & 1 deletion Hosting/Hosting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<AssemblyName>DisCatSharp.Examples.Hosting</AssemblyName>
<RootNamespace>DisCatSharp.Examples.Hosting</RootNamespace>
<IsPackable>true</IsPackable>
Expand Down
2 changes: 1 addition & 1 deletion Interactivity/Interactivity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<AssemblyName>DisCatSharp.Examples.Interactivity</AssemblyName>
<RootNamespace>DisCatSharp.Examples.Interactivity</RootNamespace>
<PackageId>DisCatSharp.Examples.Interactivity</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion Lavalink/Lavalink.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<AssemblyName>DisCatSharp.Examples.Lavalink</AssemblyName>
<RootNamespace>DisCatSharp.Examples.Lavalink</RootNamespace>
<PackageId>DisCatSharp.Examples.Lavalink</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion VoiceNext/VoiceNext.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<AssemblyName>DisCatSharp.Examples.VoiceNext</AssemblyName>
<RootNamespace>DisCatSharp.Examples.VoiceNext</RootNamespace>
<PackageId>DisCatSharp.Examples.VoiceNext</PackageId>
Expand Down

0 comments on commit 46c936c

Please sign in to comment.