Skip to content

Commit

Permalink
Add DependsOnNETStandard to csproj and update cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmelsayed committed Oct 31, 2017
1 parent ee63f5b commit 41c76a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{6608738C-3BDB-47F5-BC62-66A8BDF9D884}</ProjectGuid>
<DependsOnNETStandard>true</DependsOnNETStandard>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Azure.Functions.Cli</RootNamespace>
Expand Down
4 changes: 2 additions & 2 deletions src/Azure.Functions.Cli/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ internal static class Constants
public const string FunctionsStorageAccountNamePrefix = "AzureFunctions";
public const string StorageAccountArmType = "Microsoft.Storage/storageAccounts";
public const string FunctionAppArmKind = "functionapp";
public const string CliVersion = "1.0.5";
public const string CliVersion = "1.0.6";
public const string CliDebug = "CLI_DEBUG";
public const string DefaultSqlProviderName = "System.Data.SqlClient";
public const string WebsiteHostname = "WEBSITE_HOSTNAME";
Expand All @@ -19,4 +19,4 @@ public static class Errors
public const string EitherPidOrAllMustBeSpecified = "Must specify either -a/--all or -p/--processId <Pid>";
}
}
}
}
4 changes: 2 additions & 2 deletions src/Azure.Functions.Cli/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-functions-core-tools",
"version": "1.0.5",
"version": "1.0.6",
"description": "Azure Functions Core Tools",
"scripts": {
"postinstall": "node lib/install.js"
Expand All @@ -26,4 +26,4 @@
"tmp": "^0.0.33",
"unzipper": "^0.8.9"
}
}
}

0 comments on commit 41c76a2

Please sign in to comment.