diff --git a/Directory.Packages.props b/Directory.Packages.props index 736d323ef..97b94ca8f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -28,5 +28,6 @@ + \ No newline at end of file diff --git a/performance/packages.lock.json b/performance/packages.lock.json index 491380877..81e685f05 100644 --- a/performance/packages.lock.json +++ b/performance/packages.lock.json @@ -1858,40 +1858,40 @@ "microsoft.azure.webjobs.extensions.sql": { "type": "Project", "dependencies": { - "Microsoft.ApplicationInsights": "[2.21.0, )", - "Microsoft.AspNetCore.Http": "[2.2.2, )", - "Microsoft.Azure.WebJobs": "[3.0.33, )", - "Microsoft.Data.SqlClient": "[5.0.1, )", - "Microsoft.SqlServer.TransactSql.ScriptDom": "[161.8817.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "System.Runtime.Caching": "[5.0.0, )", - "morelinq": "[3.3.2, )" + "Microsoft.ApplicationInsights": "2.21.0", + "Microsoft.AspNetCore.Http": "2.2.2", + "Microsoft.Azure.WebJobs": "3.0.33", + "Microsoft.Data.SqlClient": "5.0.1", + "Microsoft.SqlServer.TransactSql.ScriptDom": "161.8817.2", + "Newtonsoft.Json": "13.0.2", + "System.Runtime.Caching": "5.0.0", + "morelinq": "3.3.2" } }, "microsoft.azure.webjobs.extensions.sql.samples": { "type": "Project", "dependencies": { - "Microsoft.AspNetCore.Http": "[2.2.2, )", - "Microsoft.Azure.WebJobs.Extensions.Sql": "[99.99.99, )", - "Microsoft.Azure.WebJobs.Extensions.Storage": "[5.0.1, )", - "Microsoft.NET.Sdk.Functions": "[4.1.3, )", - "Newtonsoft.Json": "[13.0.2, )" + "Microsoft.AspNetCore.Http": "2.2.2", + "Microsoft.Azure.WebJobs.Extensions.Sql": "99.99.99", + "Microsoft.Azure.WebJobs.Extensions.Storage": "5.0.1", + "Microsoft.NET.Sdk.Functions": "4.1.3", + "Newtonsoft.Json": "13.0.2" } }, "microsoft.azure.webjobs.extensions.sql.tests": { "type": "Project", "dependencies": { - "Microsoft.AspNetCore.Http": "[2.2.2, )", - "Microsoft.Azure.Functions.Extensions": "[1.1.0, )", - "Microsoft.Azure.WebJobs.Extensions.Sql": "[99.99.99, )", - "Microsoft.Azure.WebJobs.Extensions.Sql.Samples": "[1.0.0, )", - "Microsoft.Extensions.DependencyInjection": "[6.0.1, )", - "Microsoft.NET.Sdk.Functions": "[4.1.3, )", - "Microsoft.NET.Test.Sdk": "[17.4.0, )", - "Moq": "[4.18.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "xunit": "[2.4.2, )", - "xunit.runner.visualstudio": "[2.4.5, )" + "Microsoft.AspNetCore.Http": "2.2.2", + "Microsoft.Azure.Functions.Extensions": "1.1.0", + "Microsoft.Azure.WebJobs.Extensions.Sql": "99.99.99", + "Microsoft.Azure.WebJobs.Extensions.Sql.Samples": "1.0.0", + "Microsoft.Extensions.DependencyInjection": "6.0.1", + "Microsoft.NET.Sdk.Functions": "4.1.3", + "Microsoft.NET.Test.Sdk": "17.4.0", + "Moq": "4.18.2", + "Newtonsoft.Json": "13.0.2", + "xunit": "2.4.2", + "xunit.runner.visualstudio": "2.4.5" } }, "Microsoft.ApplicationInsights": { diff --git a/samples/samples-csharp/packages.lock.json b/samples/samples-csharp/packages.lock.json index 2846c1d1d..32bf37e86 100644 --- a/samples/samples-csharp/packages.lock.json +++ b/samples/samples-csharp/packages.lock.json @@ -1718,14 +1718,14 @@ "microsoft.azure.webjobs.extensions.sql": { "type": "Project", "dependencies": { - "Microsoft.ApplicationInsights": "[2.21.0, )", - "Microsoft.AspNetCore.Http": "[2.2.2, )", - "Microsoft.Azure.WebJobs": "[3.0.33, )", - "Microsoft.Data.SqlClient": "[5.0.1, )", - "Microsoft.SqlServer.TransactSql.ScriptDom": "[161.8817.2, )", - "Newtonsoft.Json": "[13.0.2, )", - "System.Runtime.Caching": "[5.0.0, )", - "morelinq": "[3.3.2, )" + "Microsoft.ApplicationInsights": "2.21.0", + "Microsoft.AspNetCore.Http": "2.2.2", + "Microsoft.Azure.WebJobs": "3.0.33", + "Microsoft.Data.SqlClient": "5.0.1", + "Microsoft.SqlServer.TransactSql.ScriptDom": "161.8817.2", + "Newtonsoft.Json": "13.0.2", + "System.Runtime.Caching": "5.0.0", + "morelinq": "3.3.2" } }, "Microsoft.ApplicationInsights": { diff --git a/samples/samples-outofproc/Microsoft.Azure.WebJobs.Extensions.Sql.SamplesOutOfProc.csproj b/samples/samples-outofproc/Microsoft.Azure.WebJobs.Extensions.Sql.SamplesOutOfProc.csproj index 86d9a2eec..4a0d666a4 100644 --- a/samples/samples-outofproc/Microsoft.Azure.WebJobs.Extensions.Sql.SamplesOutOfProc.csproj +++ b/samples/samples-outofproc/Microsoft.Azure.WebJobs.Extensions.Sql.SamplesOutOfProc.csproj @@ -11,6 +11,7 @@ + +