Skip to content

Commit

Permalink
feat: Use .NET 6 and .NET7 as target frameworks for Remora.Discord su…
Browse files Browse the repository at this point in the history
…pport package
  • Loading branch information
angelobreuer committed Aug 15, 2023
1 parent db07ed7 commit 2170828
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

Expand Down

0 comments on commit 2170828

Please sign in to comment.