From 83427067c797fd08098c98d3693ea662008e2e5e Mon Sep 17 00:00:00 2001
From: Danny McCormick <damccorm@microsoft.com>
Date: Fri, 16 Aug 2019 12:36:18 -0400
Subject: [PATCH] Show preview example in matrix

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a6ec185..a31feb5 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ jobs:
     runs-on: ubuntu-16.04
     strategy:
       matrix:
-        dotnet: [ '2.2.103', '3.5.2', '4.5.1' ]
+        dotnet: [ '2.2.103', '3.0.100-preview8-013656', '4.5.1' ]
     name: Dotnet ${{ matrix.dotnet }} sample
     steps:
       - uses: actions/checkout@master