Skip to content

Commit

Permalink
update project names to make diff cleaner.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Embery committed Oct 7, 2021
1 parent 591638b commit 3e108aa
Show file tree
Hide file tree
Showing 63 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage/lcov.info
- name: Package
run: dotnet pack --no-restore src/prismicio.AspNetCore/prismicio.AspNetCore.csproj
run: dotnet pack --no-restore src/prismic/prismic.csproj



2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"/p:CoverletOutputFormat=lcov",
],
"options": {
"cwd": "${workspaceFolder}/tests/prismicio.AspNetCore.Tests/"
"cwd": "${workspaceFolder}/tests/prismic.tests/"
},
"problemMatcher": "$msCompile"
}
Expand Down
6 changes: 2 additions & 4 deletions csharp-kit.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{7E5C0C00-6452-4B41-A12E-CEFE34C7F3CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "prismicio.AspNetCore", "src\prismicio.AspNetCore\prismicio.AspNetCore.csproj", "{B37858DD-1563-4087-977E-21D5A3C34123}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "prismic", "src\prismic\prismicio.csproj", "{B37858DD-1563-4087-977E-21D5A3C34123}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{5C7AAB71-A3E0-46F0-9685-AF48587AA50B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "prismicio.AspNetCore.Tests", "tests\prismicio.AspNetCore.Tests\prismicio.AspNetCore.Tests.csproj", "{B8B4EEBC-D8E2-426C-ACFC-944E41BA5FC9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{37A70584-1361-4C1B-97CB-0F3FFE976ECE}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "prismic.tests", "tests\prismic.tests\prismicio.tests.csproj", "{B8B4EEBC-D8E2-426C-ACFC-944E41BA5FC9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\prismicio.AspNetCore\prismicio.AspNetCore.csproj" />
<ProjectReference Include="..\..\src\prismic\prismicio.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="fixtures\*.*" CopyToOutputDirectory="always" />
Expand Down

0 comments on commit 3e108aa

Please sign in to comment.