Skip to content

Commit

Permalink
Fix paths to solution items (#5635)
Browse files Browse the repository at this point in the history
This commit fixes path to NuGet.Config and xunit.runner.json.
  • Loading branch information
Ondřej Štorc committed Aug 14, 2020
1 parent 31231d5 commit 0c56d8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MSBuild.Dev.sln
Expand Up @@ -5,8 +5,8 @@ VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4900B3B8-4310-4D5B-B1F7-2FDF9199765F}"
ProjectSection(SolutionItems) = preProject
..\NuGet.Config = ..\NuGet.Config
..\targets\xunit.runner.json = ..\targets\xunit.runner.json
NuGet.Config = NuGet.Config
src\Shared\UnitTests\xunit.runner.json = src\Shared\UnitTests\xunit.runner.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Build", "src\Build\Microsoft.Build.csproj", "{69BE05E2-CBDA-4D27-9733-44E12B0F5627}"
Expand Down
4 changes: 2 additions & 2 deletions MSBuild.sln
Expand Up @@ -5,8 +5,8 @@ VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4900B3B8-4310-4D5B-B1F7-2FDF9199765F}"
ProjectSection(SolutionItems) = preProject
..\NuGet.Config = ..\NuGet.Config
..\targets\xunit.runner.json = ..\targets\xunit.runner.json
NuGet.Config = NuGet.Config
src\Shared\UnitTests\xunit.runner.json = src\Shared\UnitTests\xunit.runner.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{760FF85D-8BEB-4992-8095-A9678F88FD47}"
Expand Down

0 comments on commit 0c56d8b

Please sign in to comment.