Skip to content

Commit 571c8e4

Browse files
authored
Fix project name to fix build.ps1 build error (#9915)
1 parent fbe8c04 commit 571c8e4

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

NuGetGallery.sln

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
6363
EndProject
6464
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGet.Services.GitHub", "src\NuGet.Services.Github\NuGet.Services.GitHub.csproj", "{043645D5-129F-4BA1-BD17-77153294F2BD}"
6565
EndProject
66-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubVulnerabilities2v3", "src\GitHubVulnerabilities2v3\GitHubVulnerabilities2v3.csproj", "{DD9073AF-838E-44E8-91FE-995586E8134A}"
66+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubVulnerabilities2V3", "src\GitHubVulnerabilities2v3\GitHubVulnerabilities2V3.csproj", "{DD9073AF-838E-44E8-91FE-995586E8134A}"
6767
EndProject
6868
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHubVulnerabilities2v3.Facts", "tests\GitHubVulnerabilities2v3.Facts\GitHubVulnerabilities2v3.Facts.csproj", "{46A2C2EB-B7DC-4FAB-ABE2-A2CE6118585C}"
6969
EndProject
@@ -150,6 +150,7 @@ Global
150150
{043645D5-129F-4BA1-BD17-77153294F2BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
151151
{043645D5-129F-4BA1-BD17-77153294F2BD}.Release|Any CPU.Build.0 = Release|Any CPU
152152
{DD9073AF-838E-44E8-91FE-995586E8134A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
153+
{DD9073AF-838E-44E8-91FE-995586E8134A}.Debug|Any CPU.Build.0 = Debug|Any CPU
153154
{DD9073AF-838E-44E8-91FE-995586E8134A}.Release|Any CPU.ActiveCfg = Release|Any CPU
154155
{DD9073AF-838E-44E8-91FE-995586E8134A}.Release|Any CPU.Build.0 = Release|Any CPU
155156
{46A2C2EB-B7DC-4FAB-ABE2-A2CE6118585C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU

tests/GitHubVulnerabilities2v3.Facts/GitHubVulnerabilities2v3.Facts.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
<Compile Include="BlobStorageVulnerabilityWriterFacts.cs" />
4747
</ItemGroup>
4848
<ItemGroup>
49-
<ProjectReference Include="..\..\src\GitHubVulnerabilities2v3\GitHubVulnerabilities2v3.csproj">
49+
<ProjectReference Include="..\..\src\GitHubVulnerabilities2v3\GitHubVulnerabilities2V3.csproj">
5050
<Project>{dd9073af-838e-44e8-91fe-995586e8134a}</Project>
51-
<Name>GitHubVulnerabilities2v3</Name>
51+
<Name>GitHubVulnerabilities2V3</Name>
5252
</ProjectReference>
5353
<ProjectReference Include="..\..\src\NuGet.Services.Entities\NuGet.Services.Entities.csproj">
5454
<Project>{6262f4fc-29be-4226-b676-db391c89d396}</Project>

0 commit comments

Comments
 (0)