Commit 4d4a43e
authored
chore: update core packages to 10.0.0 (#893)
This PR updates the core Testably.Abstractions packages from pre-release version 10.0.0-pre.1 to the stable 10.0.0 release. As part of this update, a test skip condition was refined to more accurately reflect when the test should be skipped.
### Key Changes:
- Updated package versions from pre-release to stable for core abstractions packages
- Refined test skip condition to target Windows platform specifically instead of .NET Framework1 parent 6c2d399 commit 4d4a43e
File tree
2 files changed
+3
-4
lines changed- Tests/Testably.Abstractions.Tests/FileSystem/Directory
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | | - | |
| 160 | + | |
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
| |||
0 commit comments