Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalo-oliveira committed May 20, 2021
1 parent ab0d224 commit 57538d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/faas-run.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Version>1.6.1</Version>
<Version>1.6.2</Version>
<Authors>Goncalo Oliveira</Authors>
<Description>FaaS runner for ASPNET functions</Description>
<RepositoryUrl>https://github.com/goncalo-oliveira/faas-run</RepositoryUrl>
Expand All @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="5.0.0" />
<PackageReference Include="OpenFaaS.Functions" Version="1.3.0" />
<PackageReference Include="OpenFaaS.Functions" Version="1.4.0" />
</ItemGroup>

</Project>

0 comments on commit 57538d7

Please sign in to comment.