Skip to content

Commit 01cab5c

Browse files
committed
Fix bad paths to solution items
1 parent 2e974e5 commit 01cab5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Nerdbank.GitVersioning.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1111
..\appveyor.yml = ..\appveyor.yml
1212
..\build.ps1 = ..\build.ps1
1313
..\init.ps1 = ..\init.ps1
14-
..\nuget.config = ..\nuget.config
14+
nuget.config = nuget.config
1515
..\readme.md = ..\readme.md
16-
..\version.json = ..\version.json
16+
version.json = version.json
1717
EndProjectSection
1818
EndProject
1919
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NerdBank.GitVersioning.Tests", "NerdBank.GitVersioning.Tests\NerdBank.GitVersioning.Tests.csproj", "{C54F9EC8-FDA7-4D22-BCB2-7D97523BD91E}"

0 commit comments

Comments
 (0)