Skip to content

Commit

Permalink
Fixed issue where RemoraDiscordFrameworkVersion was specified inside …
Browse files Browse the repository at this point in the history
…of ItemGroup instead of PropertyGroup.

Signed-off-by: AraHaan <seandhunt_7@yahoo.com>
  • Loading branch information
AraHaan authored Nov 10, 2022
1 parent bc768d8 commit 19231c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sdk/Sdk.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<Project>

<ItemGroup>
<PropertyGroup>
<RemoraDiscordFrameworkVersion Condition="'$(RemoraDiscordFrameworkVersion)' == ''">2022.49.0</RemoraDiscordFrameworkVersion>
</PropertyGroup>

<ItemGroup>
<!-- .NET 6. -->
<KnownFrameworkReference Include="Remora.Discord.App"
TargetFramework="net6.0"
Expand Down

0 comments on commit 19231c9

Please sign in to comment.