Skip to content

Commit 658b4cb

Browse files
authored
Fix invalid version spec in aspnetCoreRuntimeVersions
1 parent e267fb5 commit 658b4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet/NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Installing prerelease builds. Supports `preview` and `daily` suffixes.
8080
"version": "10.0-preview",
8181
"additionalVersions": "10.0.1xx-daily",
8282
"dotnetRuntimeVersions": "10.0-daily",
83-
"aspnetCoreRuntimeVersions": "10-daily"
83+
"aspnetCoreRuntimeVersions": "10.0-daily"
8484
}
8585
}
8686
```

0 commit comments

Comments
 (0)