Skip to content

Commit

Permalink
Correcting mistake in package dependency after dependency downgrade. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tellarin authored Feb 27, 2020
1 parent ce44290 commit 7ea334b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependencies>
<dependency id="System.Collections.Immutable" version="1.4.0" />
<dependency id="System.ValueTuple" version="4.4.0" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="3.0.0" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="2.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ Python/.cache/v/cache/lastfailed
/.vs
/.vscode
/JavaScript/*.lerna_backup
.DS_Store
.DS_Store
/JavaScript/packages/**/*.tgz

0 comments on commit 7ea334b

Please sign in to comment.