Skip to content

Commit

Permalink
Fixed README link at dotnet package
Browse files Browse the repository at this point in the history
  • Loading branch information
gardusig committed Dec 15, 2022
1 parent 8e8894a commit 2fcefd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Conductor/conductor-csharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="System.Net.Http.Json" Version="6.0.0" />
<PackageReference Include="RestSharp.Serializers.NewtonsoftJson" Version="106.13.0" />
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Include="\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>

0 comments on commit 2fcefd9

Please sign in to comment.