Skip to content

Commit

Permalink
Work arround dotnet/runtime#71027 by adding NETCore.App last.
Browse files Browse the repository at this point in the history
Signed-off-by: AraHaan <[email protected]>
  • Loading branch information
AraHaan committed Jul 12, 2022
1 parent 0ab3fa7 commit 714479d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/sfx/Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<Project>

<ItemGroup>
<FrameworkReference Include="Microsoft.NETCore.App" />
<!-- Try to prevent assemblies that exist in the ASP.NET Core Framework from being included here. -->
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<!-- Work arround https://github.com/dotnet/runtime/issues/71027 by adding NETCore.App last. -->
<FrameworkReference Include="Microsoft.NETCore.App" />
<!-- Required to strong name sign Remora.Discord and it's unsigned dependencies. -->
<PackageReference Include="StrongNamer" Version="*-*" />
<!-- The actual Remora.Discord nuget metapackage. -->
<PackageReference Include="Remora.Discord" Version="2022.43.0" />
<!-- Remora's plugin system. -->
<PackageReference Include="Remora.Plugins" Version="*-*" />
<!-- SourceLink -->
<PackageReference Remove="Microsoft.SourceLink.AzureRepos.Git" />
<PackageReference Include="Microsoft.DotNet.Build.Tasks.Archives" IsImplicitlyDefined="true" Version="*-*" Condition="$(RuntimeIdentifier.StartsWith('linux-')) AND $([MSBuild]::IsOSPlatform('Linux'))">
Expand Down

0 comments on commit 714479d

Please sign in to comment.