Skip to content

Commit f6c4a0a

Browse files
authored
Revert "Test | Expose internal types to ManualTests (#3239)" (#3268)
This reverts commit 41b9345.
1 parent 89d5b8c commit f6c4a0a

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

src/Microsoft.Data.SqlClient/netcore/src/Microsoft.Data.SqlClient.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
<PropertyGroup>
3333
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFramework)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>
3434
</PropertyGroup>
35-
<ItemGroup>
36-
<InternalsVisibleTo Include="ManualTests" />
37-
</ItemGroup>
3835
<ItemGroup>
3936
<EmbeddedFiles Include="$(GeneratedAssemblyInfoFile)" />
4037
<EmbeddedFiles Include="$(TargetFrameworkMonikerAssemblyAttributesPath)" />

src/Microsoft.Data.SqlClient/netfx/src/AssemblyInfo.cs

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/Microsoft.Data.SqlClient/netfx/src/Microsoft.Data.SqlClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,6 @@
869869
</Compile>
870870
</ItemGroup>
871871
<ItemGroup>
872-
<Compile Include="AssemblyInfo.cs" />
873872
<Compile Include="Common\Microsoft\Data\Common\NameValuePermission.cs" />
874873
<Compile Include="Microsoft\Data\Common\DbConnectionOptions.cs" />
875874
<Compile Include="Microsoft\Data\Common\DbConnectionString.cs" />

0 commit comments

Comments
 (0)