We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b56425 commit df4fdd0Copy full SHA for df4fdd0
1 file changed
src/Directory.Build.props
@@ -2,7 +2,7 @@
2
<!-- https://learn.microsoft.com/en-us/visualstudio/msbuild/customize-by-directory?view=vs-2022#use-case-multi-level-merging -->
3
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" Condition="'' != $([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
4
<PropertyGroup>
5
- <PackageProjectUrl>https://fable-hub.github.io/Feliz/</PackageProjectUrl>
+ <PackageProjectUrl>https://github.com/fable-hub/Fable.Remoting.OpenAPI</PackageProjectUrl>
6
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7
<PackageLicenseExpression>MIT</PackageLicenseExpression>
8
<PackageReadmeFile>README.md</PackageReadmeFile>
0 commit comments