Skip to content

Commit

Permalink
Migrate to .slnx (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo authored Feb 12, 2025
1 parent 7d7b936 commit fde5285
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4

- name: Install dependencies
working-directory: src
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
on:
pull_request:
push:
branches: [master]
branches: [main]
workflow_dispatch:

jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4

- name: Test
working-directory: src/Nethermind.Int256.Test
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.0",
"version": "9.0.2",
"allowPrerelease": false,
"rollForward": "latestFeature"
}
Expand Down
28 changes: 0 additions & 28 deletions src/Int256.sln

This file was deleted.

5 changes: 5 additions & 0 deletions src/Int256.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Solution>
<Project Path="Nethermind.Int256.Benchmark/Nethermind.Int256.Benchmark.csproj" />
<Project Path="Nethermind.Int256.Test/Nethermind.Int256.Test.csproj" />
<Project Path="Nethermind.Int256/Nethermind.Int256.csproj" />
</Solution>

0 comments on commit fde5285

Please sign in to comment.