Skip to content

Commit

Permalink
Fix project reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhevita committed Jan 17, 2021
1 parent 5bc6e20 commit 318094d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameRemover/GameRemover.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="AngleSharp" Version="*" IncludeAssets="compile" />
<PackageReference Include="JetBrains.Annotations" Version="*" IncludeAssets="compile" />
<PackageReference Include="System.Composition.AttributedModel" Version="*" IncludeAssets="compile" />
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm\ArchiSteamFarm.csproj" Private="false" ExcludeAssets="compile" />
<ProjectReference Include="..\ArchiSteamFarm\ArchiSteamFarm\ArchiSteamFarm.csproj" Private="false" ExcludeAssets="all" />
</ItemGroup>

</Project>

0 comments on commit 318094d

Please sign in to comment.