diff --git a/eng/Versions.props b/eng/Versions.props
index cd8b160a00c85d..c38243e5206da3 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -134,7 +134,7 @@
2.1.0
2.0.3
1.0.4-preview6.19326.1
- 2.0.5
+ 2.1.1
17.11.48
17.11.48
17.11.48
diff --git a/src/libraries/System.Runtime.InteropServices/tests/TestAssets/SharedTypes/DNNE.cs b/src/libraries/System.Runtime.InteropServices/tests/TestAssets/SharedTypes/DNNE.cs
deleted file mode 100644
index 0b3dd369433a95..00000000000000
--- a/src/libraries/System.Runtime.InteropServices/tests/TestAssets/SharedTypes/DNNE.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-
-namespace DNNE
-{
- public class C99DeclCodeAttribute : System.Attribute
- {
- public C99DeclCodeAttribute(string code) { }
- }
- public class C99TypeAttribute : System.Attribute
- {
- public C99TypeAttribute(string code) { }
- }
-}
diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj
index 2390674de660a8..1ff146824e6545 100644
--- a/src/libraries/tests.proj
+++ b/src/libraries/tests.proj
@@ -430,12 +430,6 @@
-
-
-
-