Skip to content

Commit 275d685

Browse files
committed
More cleanup
1 parent 5de0499 commit 275d685

File tree

4 files changed

+2
-70
lines changed

4 files changed

+2
-70
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
uses: actions/setup-dotnet@v4
1414
with:
1515
dotnet-version: |
16-
6.0.*
17-
7.0.*
1816
8.0.*
17+
9.0.*
1918
env:
2019
DOTNET_NOLOGO: 1
2120
DOTNET_CLI_TELEMETRY_OPTOUT: 1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup .NET
1313
uses: actions/setup-dotnet@v4
1414
with:
15-
dotnet-version: 8.0.*
15+
dotnet-version: 9.0.*
1616
env:
1717
DOTNET_NOLOGO: 1
1818
DOTNET_CLI_TELEMETRY_OPTOUT: 1

SequentialGuid.sln

Lines changed: 0 additions & 67 deletions
This file was deleted.

src/SequentialGuid.MongoDB/SequentialGuidGenerator.cs renamed to src/SequentialGuid.MongoDB/MongoSequentialGuidGenerator.cs

File renamed without changes.

0 commit comments

Comments
 (0)