Skip to content

Commit 9ccf2eb

Browse files
committed
Fody updated
1 parent 41925c9 commit 9ccf2eb

File tree

6 files changed

+4
-20
lines changed

6 files changed

+4
-20
lines changed
556 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="CommandLineParser" version="1.9.71" targetFramework="net35" requireReinstallation="true" />
4-
<package id="Costura.Fody" version="1.6.2" targetFramework="net35" developmentDependency="true" />
5-
<package id="Fody" version="2.0.0" targetFramework="net35" developmentDependency="true" />
4+
<package id="Costura.Fody" version="1.6.2" targetFramework="net40" developmentDependency="true" />
5+
<package id="Fody" version="2.0.0" targetFramework="net40" developmentDependency="true" />
66
</packages>
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Weavers>
3-
<Costura />
43
</Weavers>

Tulpep.NetworkAutoSwitch.ProxyEnabler/Tulpep.NetworkAutoSwitch.ProxyEnabler.csproj

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@
3838
<Reference Include="CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
3939
<HintPath>..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath>
4040
</Reference>
41-
<Reference Include="Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
42-
<HintPath>..\packages\Costura.Fody.1.6.2\lib\portable-net+sl+win+wpa+wp\Costura.dll</HintPath>
43-
<Private>False</Private>
44-
</Reference>
4541
<Reference Include="System" />
4642
<Reference Include="System.Core" />
4743
<Reference Include="System.Xml.Linq" />
@@ -70,13 +66,4 @@
7066
<None Include="FodyWeavers.xml" />
7167
</ItemGroup>
7268
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
73-
<Import Project="..\packages\Fody.2.0.0\build\portable-net+sl+win+wpa+wp\Fody.targets" Condition="Exists('..\packages\Fody.2.0.0\build\portable-net+sl+win+wpa+wp\Fody.targets')" />
74-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
75-
<PropertyGroup>
76-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
77-
</PropertyGroup>
78-
<Error Condition="!Exists('..\packages\Fody.2.0.0\build\portable-net+sl+win+wpa+wp\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Fody.2.0.0\build\portable-net+sl+win+wpa+wp\Fody.targets'))" />
79-
<Error Condition="!Exists('..\packages\Costura.Fody.1.6.2\build\portable-net+sl+win+wpa+wp\Costura.Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.1.6.2\build\portable-net+sl+win+wpa+wp\Costura.Fody.targets'))" />
80-
</Target>
81-
<Import Project="..\packages\Costura.Fody.1.6.2\build\portable-net+sl+win+wpa+wp\Costura.Fody.targets" Condition="Exists('..\packages\Costura.Fody.1.6.2\build\portable-net+sl+win+wpa+wp\Costura.Fody.targets')" />
8269
</Project>
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="CommandLineParser" version="1.9.71" targetFramework="net461" requireReinstallation="true" />
4-
<package id="Costura.Fody" version="1.6.2" targetFramework="net40" developmentDependency="true" />
5-
<package id="Fody" version="2.0.0" targetFramework="net40" developmentDependency="true" />
64
</packages>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="CommandLineParser" version="1.9.71" targetFramework="net35" requireReinstallation="true" />
4-
<package id="Costura.Fody" version="1.6.2" targetFramework="net35" developmentDependency="true" />
5-
<package id="Fody" version="2.0.0" targetFramework="net35" developmentDependency="true" />
4+
<package id="Costura.Fody" version="1.6.2" targetFramework="net40" developmentDependency="true" />
5+
<package id="Fody" version="2.0.0" targetFramework="net40" developmentDependency="true" />
66
</packages>

0 commit comments

Comments
 (0)