Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
Update readme to reflect ApiPort console changes
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick committed Apr 21, 2015
1 parent 374f246 commit bb1fdbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ repository in order to be notified as we make changes to and expand it.

Today, the repository contains the following components:

* **src/ApiPort** Console tool to access portability webservice. *Does not analyze assemblies yet.*
* **src/ApiPort** Console tool to access portability webservice.
* **src/Microsoft.Fx.Portability** Provides common types for API Port.
* **src/Microsoft.Fx.Portability-net45** A project targeting .NET 4.5 of Microsoft.Fx.Portability to allow desktop apps to directly reference it. *Currently a work-around for beta VS 2015 behavior.*
* **src/Microsoft.Fx.Portability.MetadataReader** Implements a dependency finder based off of [System.Reflection.Metadata](https://github.com/dotnet/corefx/tree/master/src/System.Reflection.Metadata)
* **tests/Microsoft.Fx.Portability.Tests** Provides tests for Microsoft.Fx.Portability.
* **tests/Microsoft.Fx.Portability.MetadataReader.Tests** Provides tests for Microsoft.Fx.Portability.MetadataReader. *These are not included in the solution. Roslyn and System.Reflection.Metadata both rely on System.Collections.ImmutableCollections, but are using different prerelease versions. There are breaking API changes that don't allow both to be used at the same time.*
* **tests/Microsoft.Fx.Portability.MetadataReader.Tests** Provides tests for Microsoft.Fx.Portability.MetadataReader.

More libraries are coming soon. Stay tuned!

Expand Down

0 comments on commit bb1fdbf

Please sign in to comment.