Skip to content

Commit 6c715fd

Browse files
committed
2 parents de47680 + 0914ec6 commit 6c715fd

File tree

7 files changed

+12
-11
lines changed

7 files changed

+12
-11
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ $RECYCLE.BIN/
157157

158158
#Roslyn files
159159
*.sln.ide
160-
/.vs/
160+
.vs

Tulpep.NetworkAutoSwitch.NetworkService/Tulpep.NetworkAutoSwitch.NetworkService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</PropertyGroup>
6262
<ItemGroup>
6363
<Reference Include="CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
64-
<HintPath>..\packages\CommandLineParser.1.9.71\lib\net35\CommandLine.dll</HintPath>
64+
<HintPath>..\packages\CommandLineParser.1.9.71\lib\net40\CommandLine.dll</HintPath>
6565
</Reference>
6666
<Reference Include="Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
6767
<HintPath>..\packages\Costura.Fody.1.6.2\lib\portable-net+sl+win+wpa+wp\Costura.dll</HintPath>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<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" />
3+
<package id="CommandLineParser" version="1.9.71" targetFramework="net40" />
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>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</PropertyGroup>
3737
<ItemGroup>
3838
<Reference Include="CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
39-
<HintPath>..\packages\CommandLineParser.1.9.71\lib\net45\CommandLine.dll</HintPath>
39+
<HintPath>..\packages\CommandLineParser.1.9.71\lib\net40\CommandLine.dll</HintPath>
4040
</Reference>
4141
<Reference Include="Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
4242
<HintPath>..\packages\Costura.Fody.1.6.2\lib\portable-net+sl+win+wpa+wp\Costura.dll</HintPath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="CommandLineParser" version="1.9.71" targetFramework="net461" requireReinstallation="true" />
3+
<package id="CommandLineParser" version="1.9.71" targetFramework="net40" />
44
<package id="Costura.Fody" version="1.6.2" targetFramework="net40" developmentDependency="true" />
55
<package id="Fody" version="2.0.0" targetFramework="net40" developmentDependency="true" />
66
</packages>

Tulpep.NetworkAutoSwitch.ProxyService/Tulpep.NetworkAutoSwitch.ProxyService.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</PropertyGroup>
5757
<ItemGroup>
5858
<Reference Include="CommandLine, Version=1.9.71.2, Culture=neutral, PublicKeyToken=de6f01bd326f8c32, processorArchitecture=MSIL">
59-
<HintPath>..\packages\CommandLineParser.1.9.71\lib\net35\CommandLine.dll</HintPath>
59+
<HintPath>..\packages\CommandLineParser.1.9.71\lib\net40\CommandLine.dll</HintPath>
6060
</Reference>
6161
<Reference Include="Costura, Version=1.6.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
6262
<HintPath>..\packages\Costura.Fody.1.6.2\lib\portable-net+sl+win+wpa+wp\Costura.dll</HintPath>
@@ -109,6 +109,7 @@
109109
<ProjectReference Include="..\Tulpep.NetworkAutoSwitch.ProxyEnabler\Tulpep.NetworkAutoSwitch.ProxyEnabler.csproj">
110110
<Project>{58560215-dabc-4b54-93d5-89c3db106472}</Project>
111111
<Name>Tulpep.NetworkAutoSwitch.ProxyEnabler</Name>
112+
<Private>True</Private>
112113
</ProjectReference>
113114
</ItemGroup>
114115
<ItemGroup>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<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" />
3+
<package id="CommandLineParser" version="1.9.71" targetFramework="net40" />
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)