forked from chocolatey/choco
-
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.
(chocolatey#2738) Uplift to .Net 4.8
- Loading branch information
1 parent
136f1cb
commit 0ef160a
Showing
13 changed files
with
127 additions
and
63 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-2.0.13.0" newVersion="2.0.13.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> |
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,8 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<packages> | ||
<package id="AlphaFS" version="2.1.3" targetFramework="net40" /> | ||
<package id="log4net" version="2.0.12" targetFramework="net40" /> | ||
<package id="AlphaFS" version="2.1.3" targetFramework="net48" /> | ||
<package id="log4net" version="2.0.12" targetFramework="net48" /> | ||
<package id="Microsoft.Web.Xdt" version="2.1.1" targetFramework="net40" /> | ||
<package id="SimpleInjector" version="2.5.0" targetFramework="net40" /> | ||
<package id="SimpleInjector" version="2.5.0" targetFramework="net48" /> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<configuration> | ||
<runtime> | ||
<loadFromRemoteSources enabled="true" /> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-2.0.13.0" newVersion="2.0.13.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> | ||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /></startup></configuration> |
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,14 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<packages> | ||
<package id="log4net" version="2.0.12" targetFramework="net40" /> | ||
<package id="log4net" version="2.0.12" targetFramework="net48" /> | ||
<package id="Microsoft.Web.Xdt" version="2.1.1" targetFramework="net40" /> | ||
<package id="Moq" version="4.2.1402.2112" targetFramework="net40" /> | ||
<package id="NUnit" version="2.6.4" targetFramework="net40" /> | ||
<package id="NUnitTestAdapter" version="2.3.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" /> | ||
<package id="Rx-Core" version="2.1.30214.0" targetFramework="net48" /> | ||
<package id="Rx-Interfaces" version="2.1.30214.0" targetFramework="net48" /> | ||
<package id="Rx-Linq" version="2.1.30214.0" targetFramework="net48" /> | ||
<package id="Should" version="1.1.12.0" /> | ||
<package id="SimpleInjector" version="2.5.0" targetFramework="net40" /> | ||
<package id="SimpleInjector" version="2.5.0" targetFramework="net48" /> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<configuration> | ||
<runtime> | ||
<loadFromRemoteSources enabled="true" /> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-2.0.13.0" newVersion="2.0.13.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> | ||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /></startup></configuration> |
Oops, something went wrong.