We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c87a7 commit 09687d5Copy full SHA for 09687d5
1 file changed
WitcherScriptMerger/WitcherScriptMerger.csproj
@@ -6,6 +6,8 @@
6
<UseWindowsForms>true</UseWindowsForms>
7
<UseWPF>true</UseWPF>
8
<CodeAnalysisRuleSet>DeadCodeDetection.ruleset</CodeAnalysisRuleSet>
9
+ <!--<RuntimeIdentifier>win-x64</RuntimeIdentifier>
10
+ <SelfContained>true</SelfContained>-->
11
</PropertyGroup>
12
<PropertyGroup>
13
<ApplicationIcon>WolfMedallion.ico</ApplicationIcon>
@@ -22,7 +24,6 @@
22
24
<ItemGroup>
23
25
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
26
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
- <PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
27
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.3.261602">
28
<PrivateAssets>all</PrivateAssets>
29
</PackageReference>
0 commit comments