Skip to content

Commit 38fc8f8

Browse files
Remove unused references from CSharpConsoleApp.csproj
Eliminated references to microsoft.visualbasic, System.Data.DataSetExtensions, and Microsoft.CSharp from the CSharpConsoleApp.csproj file, streamlining project dependencies. No other changes were made.
1 parent 0ea3757 commit 38fc8f8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Tests/TestData/MultiFileCharacterization/SourceFiles/ConsoleApp2/CSharpConsoleApp.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@
88
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
99
<DocumentationFile>bin\Debug\ConsoleApp2.xml</DocumentationFile>
1010
</PropertyGroup>
11-
<ItemGroup>
12-
<Reference Include="microsoft.visualbasic" />
13-
<Reference Include="System.Data.DataSetExtensions" />
14-
<Reference Include="Microsoft.CSharp" />
15-
</ItemGroup>
1611
<ItemGroup>
1712
<ProjectReference Include="..\CSharpNetStandardLib\CSharpNetStandardLib.csproj" />
1813
</ItemGroup>

0 commit comments

Comments
 (0)