- Add YarpGateway.slnx solution file - Move all project files to src/ directory - Update Dockerfile for new src/ path structure - Update CI/CD workflow with src/ project path - Fix NuGet package references (use Gitea NuGet packages) - Add CPM (Central Package Management) with Directory.Packages.props
10 lines
222 B
Plaintext
10 lines
222 B
Plaintext
<Solution>
|
|
<Folder Name="/items/">
|
|
<File Path=".gitea\workflows\docker.yml" />
|
|
<File Path="Dockerfile" />
|
|
</Folder>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/YarpGateway.csproj" />
|
|
</Folder>
|
|
</Solution>
|