From 20ff50a4264e1d90a8c435106f34f791365264fc Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Wed, 13 Mar 2019 09:43:57 -0400 Subject: [PATCH] Update deps --- azure-pipelines.yml | 2 +- src/Directory.build.props | 2 +- src/Humanizer.Tests/Humanizer.Tests.csproj | 12 ++++++------ src/Humanizer.sln | 9 ++++----- 4 files changed, 12 insertions(+), 13 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 56a0c62f8..79f42dc1d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ variables: steps: - task: DotNetCoreInstaller@0 inputs: - version: '2.1.500' + version: '2.2.105' - task: DotNetCoreCLI@2 inputs: diff --git a/src/Directory.build.props b/src/Directory.build.props index 84d7166db..f95fea5f9 100644 --- a/src/Directory.build.props +++ b/src/Directory.build.props @@ -7,7 +7,7 @@ - + diff --git a/src/Humanizer.Tests/Humanizer.Tests.csproj b/src/Humanizer.Tests/Humanizer.Tests.csproj index e8e2a266a..385809766 100644 --- a/src/Humanizer.Tests/Humanizer.Tests.csproj +++ b/src/Humanizer.Tests/Humanizer.Tests.csproj @@ -7,16 +7,16 @@ $(DefineConstants);NETFX_CORE - - - + + + - - - + + + diff --git a/src/Humanizer.sln b/src/Humanizer.sln index 05683f108..0649153fd 100644 --- a/src/Humanizer.sln +++ b/src/Humanizer.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27130.2010 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28711.165 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Humanizer.Tests", "Humanizer.Tests\Humanizer.Tests.csproj", "{F886A8DA-3EFC-4A89-91DD-06FAF13DA172}" EndProject @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ..\.editorconfig = ..\.editorconfig ..\.gitattributes = ..\.gitattributes ..\.gitignore = ..\.gitignore + Directory.build.props = Directory.build.props ..\NuSpecs\Humanizer.Core.nuspec = ..\NuSpecs\Humanizer.Core.nuspec ..\NuSpecs\Humanizer.nuspec = ..\NuSpecs\Humanizer.nuspec ..\LICENSE = ..\LICENSE @@ -21,9 +22,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{97AAE24D-0488-42AE-A585-86D882F23D5F}" ProjectSection(SolutionItems) = preProject - ..\.vsts-ci.yml = ..\.vsts-ci.yml - ..\.vsts-pr.yml = ..\.vsts-pr.yml - ..\.vsts-shared.yml = ..\.vsts-shared.yml + ..\azure-pipelines.yml = ..\azure-pipelines.yml ..\build.cmd = ..\build.cmd Humanizer.ruleset = Humanizer.ruleset EndProjectSection