-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dynamo Projects to use latest IronPython 2.7.9 (#9833)
- Loading branch information
1 parent
fe74bf4
commit b842a9e
Showing
13 changed files
with
77 additions
and
91 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
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="DynamicLanguageRuntime" version="1.2.1" targetFramework="net45" /> | ||
<package id="IronPython" version="2.7.8.1" targetFramework="net45" /> | ||
<package id="IronPython.StdLib" version="2.7.8.1" targetFramework="net45" /> | ||
<package id="DynamicLanguageRuntime" version="1.2.2" targetFramework="net45" /> | ||
<package id="IronPython" version="2.7.9" targetFramework="net45" /> | ||
<package id="IronPython.StdLib" version="2.7.9" 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
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="DynamicLanguageRuntime" version="1.2.1" targetFramework="net45" /> | ||
<package id="IronPython" version="2.7.8.1" targetFramework="net45" /> | ||
<package id="DynamicLanguageRuntime" version="1.2.2" targetFramework="net45" /> | ||
<package id="IronPython" version="2.7.9" targetFramework="net45" /> | ||
<package id="Newtonsoft.Json" version="8.0.3" 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
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="DynamicLanguageRuntime" version="1.2.1" targetFramework="net45" /> | ||
<package id="IronPython" version="2.7.8.1" targetFramework="net45" /> | ||
<package id="DynamicLanguageRuntime" version="1.2.2" targetFramework="net45" /> | ||
<package id="IronPython" version="2.7.9" targetFramework="net45" /> | ||
</packages> |
Oops, something went wrong.