Skip to content

Commit

Permalink
Merge pull request #136 from netcorepal/remove-valueobject
Browse files Browse the repository at this point in the history
break change: remove ValueObject.cs
  • Loading branch information
witskeeper authored Jan 8, 2025
2 parents 1ae60d4 + 336b695 commit 95b344d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 92 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 9.0.x
dotnet-version: |
8.0.x
9.0.x
global-json-file: global.json
- name: Restore dependencies
run: dotnet restore
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x
dotnet-version: |
8.0.x
9.0.x
global-json-file: global.json
- name: docker build
run: docker build -f test/NetCorePal.Web/Dockerfile -t web:web .
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x
dotnet-version: |
8.0.x
9.0.x
global-json-file: global.json
- name: Restore dependencies
run: dotnet restore
Expand Down
60 changes: 0 additions & 60 deletions src/Domain.Abstractions/ValueObject.cs

This file was deleted.

This file was deleted.

0 comments on commit 95b344d

Please sign in to comment.