Skip to content

Commit 09687d5

Browse files
committed
Remove unnecesssary PackageReference
1 parent c8c87a7 commit 09687d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

WitcherScriptMerger/WitcherScriptMerger.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<UseWindowsForms>true</UseWindowsForms>
77
<UseWPF>true</UseWPF>
88
<CodeAnalysisRuleSet>DeadCodeDetection.ruleset</CodeAnalysisRuleSet>
9+
<!--<RuntimeIdentifier>win-x64</RuntimeIdentifier>
10+
<SelfContained>true</SelfContained>-->
911
</PropertyGroup>
1012
<PropertyGroup>
1113
<ApplicationIcon>WolfMedallion.ico</ApplicationIcon>
@@ -22,7 +24,6 @@
2224
<ItemGroup>
2325
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
2426
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
25-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
2627
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.3.261602">
2728
<PrivateAssets>all</PrivateAssets>
2829
</PackageReference>

0 commit comments

Comments
 (0)