Skip to content

Commit df4fdd0

Browse files
committed
fix project url
1 parent 5b56425 commit df4fdd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-directory?view=vs-2022#use-case-multi-level-merging -->
33
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" Condition="'' != $([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
44
<PropertyGroup>
5-
<PackageProjectUrl>https://fable-hub.github.io/Feliz/</PackageProjectUrl>
5+
<PackageProjectUrl>https://github.com/fable-hub/Fable.Remoting.OpenAPI</PackageProjectUrl>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
88
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)