-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Yortw/fix/update-dependencies
Fix/update dependencies
- Loading branch information
Showing
14 changed files
with
38 additions
and
37 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
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,5 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Ladon.Net" version="1.0.2" targetFramework="net40" /> | ||
<package id="Microsoft.IO.RecyclableMemoryStream" version="1.2.2" targetFramework="net45" /> | ||
<package id="Microsoft.IO.RecyclableMemoryStream" version="1.4.0" targetFramework="net45" /> | ||
</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,5 +1,5 @@ | ||
@echo off | ||
echo Press any key to publish | ||
pause | ||
".nuget\NuGet.exe" push Yort.Eftpos.Verifone.PosLink.1.0.0.nupkg -Source https://www.nuget.org/api/v2/package | ||
".nuget\NuGet.exe" push Yort.Eftpos.Verifone.PosLink.1.0.2.nupkg -Source https://www.nuget.org/api/v2/package | ||
pause |
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,5 +1,5 @@ | ||
@echo off | ||
echo Press any key to publish | ||
pause | ||
".nuget\NuGet.exe" push Yort.Eftpos.Verifone.PosLink.WinForms.1.0.0.nupkg -Source https://www.nuget.org/api/v2/package | ||
".nuget\NuGet.exe" push Yort.Eftpos.Verifone.PosLink.WinForms.1.0.2.nupkg -Source https://www.nuget.org/api/v2/package | ||
pause |
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
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,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Ladon.Net" version="1.0.2" targetFramework="net471" /> | ||
<package id="Microsoft.IO.RecyclableMemoryStream" version="1.2.2" targetFramework="net471" /> | ||
<package id="MSTest.TestAdapter" version="1.1.12" targetFramework="net471" /> | ||
<package id="MSTest.TestFramework" version="1.1.11" targetFramework="net471" /> | ||
<package id="Microsoft.IO.RecyclableMemoryStream" version="1.4.0" targetFramework="net48" /> | ||
<package id="MSTest.TestAdapter" version="2.2.10" targetFramework="net48" /> | ||
<package id="MSTest.TestFramework" version="2.2.10" 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
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