Skip to content

Commit 9cdc95d

Browse files
committed
Runsettings now uses preview CLR
1 parent 0a00b8c commit 9cdc95d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.runsettings

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<RunSettings>
33
<!-- Configurations that affect the Test Framework -->
44
<RunConfiguration>
@@ -13,5 +13,6 @@
1313
<nanoFrameworkAdapter>
1414
<Logging>Detailed</Logging>
1515
<IsRealHardware>False</IsRealHardware>
16-
</nanoFrameworkAdapter>
16+
<UsePreviewClr>True</UsePreviewClr>
17+
</nanoFrameworkAdapter>
1718
</RunSettings>

0 commit comments

Comments
 (0)