From 5aebac3dbd261ca4f7fab712032a9704340a4f6a Mon Sep 17 00:00:00 2001 From: Rikki Tooley Date: Tue, 1 Sep 2015 02:38:07 +0100 Subject: [PATCH] Change requirements for building the project to C# 6 and VS2015 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8820cddc..e67c03b7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ There is a NuGet package built for every commit to master. Add ```https://ci.app #### From source -Clone this repo and reference ```IF.Lastfm.Core``` in your application. Your IDE needs to support building portable libraries - Visual Studio 2013 Community or better. +Clone this repo and reference ```IF.Lastfm.Core``` in your application. Your IDE needs to support C# 6 and portable libraries - Visual Studio 2015 Community or better. ### Using the SDK