From d8775eea98c7ea5911f2752d7746dfe9e7d14fc6 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Wed, 8 Sep 2021 11:10:41 -0700 Subject: Move to using the new Roslyn IIncrementalGenerator API for better in-VS performance (dotnet/runtimelab#1374) Commit migrated from https://github.com/dotnet/runtimelab/commit/90c617d39a9775e8eb0c5d4aba2f0cc6932bfb87 --- .../tests/Ancillary.Interop/Ancillary.Interop.csproj | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop') diff --git a/src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj b/src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj index 7af1a40c40b..e19d9b4e5d9 100644 --- a/src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj +++ b/src/libraries/System.Runtime.InteropServices/tests/Ancillary.Interop/Ancillary.Interop.csproj @@ -3,7 +3,6 @@ Microsoft.Interop.Ancillary net6.0 - 8.0 System.Runtime.InteropServices enable true -- cgit v1.2.3