This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66d6f2b
commit eac4fb9
Showing
7 changed files
with
40 additions
and
38 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
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="Stormpath.Configuration.Abstractions" version="4.0.1" targetFramework="net451" /> | ||
<package id="Stormpath.Configuration.Abstractions" version="5.2.0" targetFramework="net451" /> | ||
</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,8 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="FlexibleConfiguration" version="1.1.0" targetFramework="net451" /> | ||
<package id="Polyglot" version="1.1.0" targetFramework="net451" /> | ||
<package id="Stormpath.Configuration" version="5.1.0" targetFramework="net451" /> | ||
<package id="Stormpath.Configuration.Abstractions" version="5.1.0" targetFramework="net451" /> | ||
<package id="YamlDotNet" version="3.8.0" targetFramework="net451" /> | ||
<package id="FlexibleConfiguration" version="1.2.0" targetFramework="net451" /> | ||
<package id="Polyglot" version="1.2.0" targetFramework="net451" /> | ||
<package id="Stormpath.Configuration" version="5.2.0" targetFramework="net451" /> | ||
<package id="Stormpath.Configuration.Abstractions" version="5.2.0" targetFramework="net451" /> | ||
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.0.0" targetFramework="net451" /> | ||
<package id="YamlDotNet" version="3.9.0" targetFramework="net451" /> | ||
</packages> |