Skip to content

Commit

Permalink
Added .NET 7 section to SDK.
Browse files Browse the repository at this point in the history
Signed-off-by: AraHaan <seandhunt_7@yahoo.com>
  • Loading branch information
AraHaan committed Sep 4, 2022
1 parent 2a0c426 commit 870c191
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Sdk/Sdk.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>

<ItemGroup>
<!-- .NET 6. -->
<KnownFrameworkReference Include="Remora.Discord.App"
TargetFramework="net6.0"
RuntimeFrameworkName="Remora.Discord.App"
Expand All @@ -11,6 +12,17 @@
RuntimePackNamePatterns="Remora.Discord.App.Runtime.**RID**"
RuntimePackRuntimeIdentifiers="win-x86;win-x64;win-arm64;linux-x64;linux-arm;linux-arm64;osx-x64;osx-arm64"
IsTrimmable="true" />
<!-- .NET 7. -->
<KnownFrameworkReference Include="Remora.Discord.App"
TargetFramework="net7.0"
RuntimeFrameworkName="Remora.Discord.App"
DefaultRuntimeFrameworkVersion="2022.48.0"
LatestRuntimeFrameworkVersion="2022.48.0"
TargetingPackName="Remora.Discord.App.Ref"
TargetingPackVersion="2022.48.0"
RuntimePackNamePatterns="Remora.Discord.App.Runtime.**RID**"
RuntimePackRuntimeIdentifiers="win-x86;win-x64;win-arm64;linux-x64;linux-arm;linux-arm64;osx-x64;osx-arm64"
IsTrimmable="true" />
</ItemGroup>

</Project>

0 comments on commit 870c191

Please sign in to comment.