diff --git a/README.md b/README.md index dd6f1def..5c0c5996 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ To build you need: - Microsoft .NET Framework 4.5.2 Developer Pack (https://www.microsoft.com/en-us/download/details.aspx?id=42637) - Microsoft .NET Framework 4.6 Targeting Pack (https://www.microsoft.com/en-us/download/confirmation.aspx?id=48136) - Microsoft .NET Framework 4.6.2 Developer Pack (https://www.microsoft.com/en-us/download/confirmation.aspx?id=53321) -* .NET Core 2.0 Preview 2 (https://www.microsoft.com/net/core/preview#windowscmd) +- .NET Core 2.0 (https://www.microsoft.com/net/core) ## Stubbing diff --git a/WireMock.Net Solution.sln.DotSettings b/WireMock.Net Solution.sln.DotSettings deleted file mode 100644 index 0464aade..00000000 --- a/WireMock.Net Solution.sln.DotSettings +++ /dev/null @@ -1,6 +0,0 @@ - - C:\Users\azureuser\Documents\Github\WireMock.Net\ReSharper_WireMock.DotSettings - ..\ReSharper_WireMock.DotSettings - True - True - 1 \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 05034d77..2b16eca7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,8 +9,8 @@ init: - ps: $Env:LABEL = "CI" + $Env:APPVEYOR_BUILD_NUMBER.PadLeft(5, "0") install: - - ps: Start-FileDownload 'https://download.microsoft.com/download/6/1/B/61B3E81F-5509-48D2-BB4F-5189E23CD29A/dotnet-sdk-2.0.0-preview2-006497-win-x64.exe' - - cmd: dotnet-sdk-2.0.0-preview2-006497-win-x64.exe /quiet + - ps: Start-FileDownload 'https://download.microsoft.com/download/0/F/D/0FD852A4-7EA1-4E2A-983A-0484AC19B92C/dotnet-sdk-2.0.0-win-gs-x64.exe' + - cmd: dotnet-sdk-2.0.0-win-gs-x64.exe /quiet - ps: $env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = "true" environment: diff --git a/test/WireMock.Net.Tests/WireMock.Net.Tests.csproj b/test/WireMock.Net.Tests/WireMock.Net.Tests.csproj index 2f790108..93c50f04 100644 --- a/test/WireMock.Net.Tests/WireMock.Net.Tests.csproj +++ b/test/WireMock.Net.Tests/WireMock.Net.Tests.csproj @@ -16,11 +16,11 @@ - - - + + + - +