Skip to content

Commit 32b7c99

Browse files
committed
Incorrect URL for Git repository in .nuspec file
1 parent ce0f849 commit 32b7c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xunit.runner.visualstudio/xunit.runner.visualstudio.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<releaseNotes>https://xunit.net/releases/visualstudio/$PackageVersion$</releaseNotes>
1414
<description>Visual Studio 2022+ Test Explorer runner for the xUnit.net framework. Capable of running xUnit.net v1.9.2 and v2.0+ tests. Supports .NET 4.6.2 or later, and .NET 6 or later.</description>
1515
<copyright>Copyright (C) .NET Foundation</copyright>
16-
<repository type="git" url="https://github.com/xunit/xunit" commit="$GitCommitId$" />
16+
<repository type="git" url="https://github.com/xunit/visualstudio.xunit" commit="$GitCommitId$" />
1717
<developmentDependency>true</developmentDependency>
1818
<dependencies>
1919
<group targetFramework="net462">

0 commit comments

Comments
 (0)