Skip to content

Commit

Permalink
(#2400) Removed usage of PublishedApplications
Browse files Browse the repository at this point in the history
This NuGet package is no longer required, as the work that it was doing
is now being handled within the Chocolatey.Cake.Recipe. i.e. the output
from the different project types is now copied to the correct locations
as part of the build process.
  • Loading branch information
gep13 committed May 3, 2022
1 parent 58f00b6 commit f1bf8bd
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 433 deletions.
1 change: 0 additions & 1 deletion docs/legal/CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ The Chocolatey Community Team manage the [Chocolatey Community Chocolatey Packag
Chocolatey CLI is built, tested and analyzed with the following fantastic frameworks (in no particular order):

- ILMerge
- PublishedApplications
- NuGet.exe

Chocolatey CLI is tested and analyzed with the following rockstar frameworks (in no particular order):
Expand Down
2 changes: 0 additions & 2 deletions src/chocolatey.console/chocolatey.console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@
<SubType>Designer</SubType>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="targets\Microsoft.Application.targets" />
</ItemGroup>
<Choose>
<When Condition=" '$(Configuration)' != 'NoResources' ">
Expand All @@ -187,7 +186,6 @@
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project=".\targets\Microsoft.Application.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
1 change: 0 additions & 1 deletion src/chocolatey.console/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
<package id="AlphaFS" version="2.1.3" targetFramework="net40" />
<package id="log4net" version="2.0.12" targetFramework="net40" />
<package id="Microsoft.Web.Xdt" version="2.1.1" targetFramework="net40" />
<package id="PublishedApplications" version="2.4.0.0" targetFramework="net40" />
<package id="SimpleInjector" version="2.5.0" targetFramework="net40" />
</packages>
213 changes: 0 additions & 213 deletions src/chocolatey.console/targets/Microsoft.Application.targets

This file was deleted.

2 changes: 0 additions & 2 deletions src/chocolatey/chocolatey.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="targets\Microsoft.Application.targets" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\docs\logo\chocolatey.ico">
Expand All @@ -388,7 +387,6 @@
<EmbeddedResource Include="infrastructure\logging\log4net.mono.nocolor.config.xml" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project=".\targets\Microsoft.Application.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
1 change: 0 additions & 1 deletion src/chocolatey/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<package id="AlphaFS" version="2.1.3" targetFramework="net40-Client" />
<package id="log4net" version="2.0.12" targetFramework="net40-client" />
<package id="Microsoft.Web.Xdt" version="2.1.1" targetFramework="net40" />
<package id="PublishedApplications" version="2.4.0.0" targetFramework="net40" />
<package id="Rx-Core" version="2.1.30214.0" targetFramework="net40" />
<package id="Rx-Interfaces" version="2.1.30214.0" targetFramework="net40" />
<package id="Rx-Linq" version="2.1.30214.0" targetFramework="net40" />
Expand Down
Loading

0 comments on commit f1bf8bd

Please sign in to comment.