Skip to content

Commit b59daf4

Browse files
Fix a dependency issue
1 parent cdb24e5 commit b59daf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RestClient.Net/RestClient.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageReference Include="System.Text.Json" Version="8.0.5" Condition="'$(TargetFramework)' == 'netstandard2.1'" />
2121
<PackageReference Include="Urls" Version="1.0.0" />
2222
<PackageReference Update="Exhaustion" PrivateAssets="compile;contentFiles;build" />
23-
<ProjectReference Include="..\Outcome\Outcome.csproj" />
23+
<PackageReference Include="Outcome" Version="1.0.0" />
2424
</ItemGroup>
2525
<ItemGroup>
2626
<None Include="..\README.md" Pack="true" PackagePath="\" />

0 commit comments

Comments
 (0)