Skip to content

Commit ef88b51

Browse files
Fix the package project url (#1052)
Co-authored-by: Mark Wallace <markwallace@microsoft.com>
1 parent f21b9d1 commit ef88b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/nuget/nuget-package.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<!-- Required license, copyright, and repo information. Packages can override. -->
3636
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3737
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
38-
<PackageProjectUrl>https://aka.ms/tbd</PackageProjectUrl>
38+
<PackageProjectUrl>https://learn.microsoft.com/agent-framework/</PackageProjectUrl>
3939
<RepositoryUrl>https://github.com/microsoft/agent-framework</RepositoryUrl>
4040
<PublishRepositoryUrl>true</PublishRepositoryUrl>
4141

0 commit comments

Comments
 (0)