forked from shadowsocks/shadowsocks-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the nuget configurations and packages
- Redirect the nuget \3rd folder to ..\packages folder as default by remove the nuget.config file - Update csproj file: remove unnecessary scripts for old nuget packages on old .Net framework - Upgrade nuget packages to .Net framework 4.7.2 as the target framework - Downgrade Fody to 4.2.1. The 5.0.0+ requires MSBuild 16 and above
- Loading branch information
1 parent
39b02e4
commit cd4595a
Showing
6 changed files
with
26 additions
and
74 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Caseless.Fody" version="1.8.3" targetFramework="net462" developmentDependency="true" /> | ||
<package id="Costura.Fody" version="3.3.2" targetFramework="net462" developmentDependency="true" /> | ||
<package id="Fody" version="4.0.0" targetFramework="net462" developmentDependency="true" /> | ||
<package id="GlobalHotKey" version="1.1.0" targetFramework="net462" /> | ||
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net462" /> | ||
<package id="StringEx.CS" version="0.3.1" targetFramework="net462" developmentDependency="true" /> | ||
<package id="ZXing.Net" version="0.16.4" targetFramework="net462" /> | ||
<package id="Caseless.Fody" version="1.8.3" targetFramework="net472" /> | ||
<package id="Costura.Fody" version="3.3.3" targetFramework="net472" /> | ||
<package id="Fody" version="4.2.1" targetFramework="net472" developmentDependency="true" /> | ||
<package id="GlobalHotKey" version="1.1.0" targetFramework="net472" /> | ||
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net472" /> | ||
<package id="StringEx.CS" version="0.3.1" targetFramework="net472" developmentDependency="true" /> | ||
<package id="ZXing.Net" version="0.16.5" targetFramework="net472" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="GlobalHotKey" version="1.1.0" targetFramework="net462" /> | ||
<package id="GlobalHotKey" version="1.1.0" targetFramework="net472" /> | ||
</packages> |