Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
renaming back to services and entities
Browse files Browse the repository at this point in the history
  • Loading branch information
kurmann committed Apr 26, 2024
1 parent bd635bb commit e6cb57c
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

env:
CSPROJ_FILE: src/ProjectName/ProjectName.csproj
CSPROJ_FILE: src/Services/Services.csproj
DOTNET_VERSION: '8.0.x'

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
pull-requests: read

env:
CSPROJ_FILE: src/ProjectName/ProjectName.csproj
CSPROJ_FILE: src/Services/Services.csproj
DOTNET_VERSION: '8.0.x'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion templates/services-repo/src/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ProjectName\ProjectName.csproj" />
<ProjectReference Include="..\Services\Services.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application", "Application\Application.csproj", "{D24DEA42-1B81-41AA-8C97-5EB79278507C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectName", "ProjectName\ProjectName.csproj", "{C90E826D-0F3D-47DD-B33B-B52CA29FA3A7}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Services", "Services\Services.csproj", "{C90E826D-0F3D-47DD-B33B-B52CA29FA3A7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit e6cb57c

Please sign in to comment.