From 14a0f2fdd46cf74f650e223203aebe4774967333 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sun, 13 Feb 2022 23:33:31 +0000 Subject: [PATCH] Enable preview features System.Runtime.Experimental preview added as private dependency --- X10D/X10D.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/X10D/X10D.csproj b/X10D/X10D.csproj index cf46f79..86237b6 100644 --- a/X10D/X10D.csproj +++ b/X10D/X10D.csproj @@ -3,6 +3,8 @@ net6.0 10.0 + true + false Oliver Booth en true @@ -38,6 +40,9 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + + all +