Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax committed Nov 29, 2024
1 parent b4a7e4f commit 1a29be1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
9.0.x
- name: Cache nuget packages
id: cache-nuget
uses: actions/cache@v4
Expand Down
1 change: 1 addition & 0 deletions CleanAspCore.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<File Path="global.json" />
<File Path="Readme.md" />
<File Path=".github\workflows\dotnet.yml" />
<File Path=".github\workflows\deploy.yml" />
</Folder>
<Project Path="CleanAspCore.Api.TestDataGenerator\CleanAspCore.Api.TestDataGenerator.csproj" Type="Classic C#" />
<Project Path="CleanAspCore.Api.Tests\CleanAspCore.Api.Tests.csproj" Type="Classic C#" />
Expand Down

0 comments on commit 1a29be1

Please sign in to comment.