diff --git a/Microsoft.Fx.Portability.sln b/PortabilityTools.sln similarity index 100% rename from Microsoft.Fx.Portability.sln rename to PortabilityTools.sln diff --git a/README.md b/README.md index cef36396c..c611a5dfa 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ More libraries are coming soon. Stay tuned! 3. Run command: `kpm pack` ### Building from Visual Studio -1. Open Microsoft.Fx.Portability.sln in Visual Studio 2015 +1. Open PortabilityTools.sln in Visual Studio 2015 2. Build the solution 3. The .nupkg should be under the bin/Debug or bin/Release folders diff --git a/build/before-build.ps1 b/build/before-build.ps1 index f83fdafde..abd49fade 100644 --- a/build/before-build.ps1 +++ b/build/before-build.ps1 @@ -92,4 +92,4 @@ foreach ($file in $(Get-ChildItem .\project.json -Recurse)) ## Restore packages $nuget = Invoke-DownloadNuget -& $nuget restore "$PSScriptRoot\..\Microsoft.Fx.Portability.sln" \ No newline at end of file +& $nuget restore "$PSScriptRoot\..\PortabilityTools.sln" \ No newline at end of file