@tsonic/dotnet 0.8.7 → 0.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -112,8 +112,8 @@ The script will:
|
|
|
112
112
|
3. Generate fresh TypeScript declarations
|
|
113
113
|
|
|
114
114
|
**Environment variables:**
|
|
115
|
-
- `DOTNET_VERSION` - .NET runtime version (default: `10.0.
|
|
116
|
-
- `DOTNET_HOME` - .NET installation directory (default: `$HOME
|
|
115
|
+
- `DOTNET_VERSION` - .NET runtime version (default: `10.0.1`)
|
|
116
|
+
- `DOTNET_HOME` - .NET installation directory (default: `$HOME/.dotnet`)
|
|
117
117
|
|
|
118
118
|
### Package Structure
|
|
119
119
|
|