forked from Azure/amqpnetlite
-
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.
Reorganization of project folders (Azure#407)
- Required to allow automated nuget updates. Can't be done with current structure with shared packages.config. - Moved output folders of nanoFramework projects to the project folder. - Update nanoFramework NuGets to the latest versions.
- Loading branch information
1 parent
53966c7
commit a16ee2d
Showing
18 changed files
with
311 additions
and
222 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
7 changes: 4 additions & 3 deletions
7
Examples/Device/Device.SmallMemory.nanoFramework/packages.config
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,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="nanoFramework.CoreLibrary" version="1.3.0" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.Runtime.Events" version="1.3.0" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.System.Net" version="1.3.0" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.CoreLibrary" version="1.7.0-preview.12" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.Runtime.Events" version="1.4.2-preview.1" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.System.Net" version="1.4.1-preview.12" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.System.Text" version="1.0.0-preview.8" targetFramework="netnanoframework10" /> | ||
</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
9 changes: 5 additions & 4 deletions
9
Examples/Device/Device.Thermometer.nanoFramework/packages.config
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,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="nanoFramework.CoreLibrary" version="1.3.0" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.Runtime.Events" version="1.3.0" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.System.Net" version="1.3.0" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.Windows.Devices.Gpio" version="1.3.0" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.CoreLibrary" version="1.7.0-preview.12" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.Runtime.Events" version="1.4.2-preview.1" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.System.Net" version="1.4.1-preview.12" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.System.Text" version="1.0.0-preview.8" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.Windows.Devices.Gpio" version="1.4.1-preview.13" targetFramework="netnanoframework10" /> | ||
</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
8 changes: 5 additions & 3 deletions
8
Examples/ServiceBus/ServiceBus.EventHub.nanoFramework/packages.config
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,6 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="nanoFramework.CoreLibrary" version="1.3.0" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.Runtime.Events" version="1.3.0" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.System.Net" version="1.3.0" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.CoreLibrary" version="1.7.0-preview.12" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.Runtime.Events" version="1.4.2-preview.1" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.System.Collections" version="1.0.0-preview.12" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.System.Net" version="1.4.1-preview.12" targetFramework="netnanoframework10" /> | ||
<package id="nanoFramework.System.Text" version="1.0.0-preview.8" targetFramework="netnanoframework10" /> | ||
</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
Oops, something went wrong.