Skip to content

Commit

Permalink
removed unused packages
Browse files Browse the repository at this point in the history
csharp was used by some experimental code, no idea what DataSetExtensions was used for
  • Loading branch information
nimrof committed Mar 29, 2024
1 parent f1c53dc commit c629505
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions EDSEditorGUI/EDSEditorGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="SourceGrid" Version="4.4.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
<PropertyGroup>
<PreBuildEvent>git describe --tags --long --dirty &gt; "$(MSBuildProjectDirectory)\version.txt" || exit 0</PreBuildEvent>
Expand Down
4 changes: 0 additions & 4 deletions EDSSharp/EDSSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@
<ItemGroup>
<ProjectReference Include="..\libEDSsharp\libEDSsharp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
</Project>
4 changes: 0 additions & 4 deletions libEDSsharp/libEDSsharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
</Project>

0 comments on commit c629505

Please sign in to comment.