Skip to content

Commit

Permalink
Update BirthdayPlugin.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudokhvist authored Nov 22, 2023
1 parent 9bf67e7 commit ae66d2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BirthdayPlugin/BirthdayPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<PackageReference Include="System.Composition.AttributedModel" IncludeAssets="compile" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net481'">
<!-- Madness is already included in netf build of ASF, so we don't need to emit it ourselves -->
<PackageReference Update="JustArchiNET.Madness" IncludeAssets="compile" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm\ArchiSteamFarm.csproj" ExcludeAssets="all" Private="false" />
</ItemGroup>
Expand Down

0 comments on commit ae66d2f

Please sign in to comment.