Skip to content

Commit 9b251df

Browse files
committed
removes unused nugets from project
1 parent f9e9b1a commit 9b251df

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

agsget/agsget/EditorPlugin/AGS.Plugin.AgsGet/AGS.Plugin.AgsGet.csproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,4 @@
3030
<EmbeddedResource Include="PluginIcon.ico" />
3131

3232
</ItemGroup>
33-
<ItemGroup>
34-
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.6">
35-
<PrivateAssets>all</PrivateAssets>
36-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
37-
</PackageReference>
38-
</ItemGroup>
39-
40-
41-
<Target Name="ILMerge">
42-
<!-- the ILMergePath property points to the location of ILMerge.exe console application -->
43-
<Exec Command="$(ILMergeConsolePath) Bin\x64\Release\AGS.Plugin.AgsGet-final.dll /out:myapp.exe Bin\x64\Release\AGS.Plugin.AgsGet.dll \..\..\Core\Bin\Release\net45\win-x64\agsget.dll " />
44-
</Target>
45-
4633
</Project>

0 commit comments

Comments
 (0)