Skip to content

Commit

Permalink
add sample .net/ps code to bug-report
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 4, 2021
1 parent 2a07b62 commit 1c4722d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,9 @@ body:
attributes:
label: ".NET Framework Version"
description: "Note as of 1.1.0 release our model requires .NET Framework 4.6.2 to be present on Windows devices"
value: |
```powershell
[System.Runtime.InteropServices.RuntimeInformation]::get_FrameworkDescription()
```
validations:
required: true

0 comments on commit 1c4722d

Please sign in to comment.