This is an automated email from the ASF dual-hosted git repository.

shawnallen85 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-dotnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 66449cb  Upgrade dotnet sdk packages (removed 2.2 references) (#42)
66449cb is described below

commit 66449cb972a547825b8ca40c4159bf933097edd6
Author: Wouter van Outersterp <[email protected]>
AuthorDate: Wed Aug 12 03:22:25 2020 +0200

    Upgrade dotnet sdk packages (removed 2.2 references) (#42)
    
    Co-authored-by: Wouter van Outersterp <[email protected]>
---
 .../Apache.OpenWhisk.Runtime.Common.csproj                   | 12 +++++-------
 .../proxy/Apache.OpenWhisk.Runtime.Common/Startup.cs         |  3 ---
 2 files changed, 5 insertions(+), 10 deletions(-)

diff --git 
a/core/dotnet3.1/proxy/Apache.OpenWhisk.Runtime.Common/Apache.OpenWhisk.Runtime.Common.csproj
 
b/core/dotnet3.1/proxy/Apache.OpenWhisk.Runtime.Common/Apache.OpenWhisk.Runtime.Common.csproj
index 7d482f9..588c031 100644
--- 
a/core/dotnet3.1/proxy/Apache.OpenWhisk.Runtime.Common/Apache.OpenWhisk.Runtime.Common.csproj
+++ 
b/core/dotnet3.1/proxy/Apache.OpenWhisk.Runtime.Common/Apache.OpenWhisk.Runtime.Common.csproj
@@ -21,14 +21,12 @@
     </PropertyGroup>
 
     <ItemGroup>
-      <PackageReference Include="Microsoft.AspNetCore">
-        <Version>2.2.0</Version>
-      </PackageReference>
-      <PackageReference Include="Microsoft.AspNetCore.Server.Kestrel">
-        <Version>2.2.0</Version>
-      </PackageReference>
+      <FrameworkReference Include="Microsoft.AspNetCore.App" />
+    </ItemGroup>
+  
+    <ItemGroup>
       <PackageReference Include="Newtonsoft.Json">
-        <Version>12.0.2</Version>
+        <Version>12.0.3</Version>
       </PackageReference>
     </ItemGroup>
 
diff --git a/core/dotnet3.1/proxy/Apache.OpenWhisk.Runtime.Common/Startup.cs 
b/core/dotnet3.1/proxy/Apache.OpenWhisk.Runtime.Common/Startup.cs
index 8e81a54..58e87f8 100644
--- a/core/dotnet3.1/proxy/Apache.OpenWhisk.Runtime.Common/Startup.cs
+++ b/core/dotnet3.1/proxy/Apache.OpenWhisk.Runtime.Common/Startup.cs
@@ -16,11 +16,8 @@
  */
 
 using System;
-using System.Threading.Tasks;
 using Microsoft.AspNetCore.Builder;
 using Microsoft.AspNetCore.Http;
-using Microsoft.Extensions.DependencyInjection;
-using Microsoft.Extensions.Logging;
 
 namespace Apache.OpenWhisk.Runtime.Common
 {

Reply via email to