Skip to content

Commit 1c4722d

Browse files
add sample .net/ps code to bug-report
1 parent 2a07b62 commit 1c4722d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,9 @@ body:
8989
attributes:
9090
label: ".NET Framework Version"
9191
description: "Note as of 1.1.0 release our model requires .NET Framework 4.6.2 to be present on Windows devices"
92+
value: |
93+
```powershell
94+
[System.Runtime.InteropServices.RuntimeInformation]::get_FrameworkDescription()
95+
```
9296
validations:
9397
required: true

0 commit comments

Comments
 (0)