Skip to content

Commit

Permalink
Update NuGet packages (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan committed Jul 24, 2020
1 parent e485131 commit e6776ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

env:
DOTNET_VERSION: 3.1.201
DOTNET_VERSION: 3.1.x

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -5,7 +5,7 @@ on:
tags: [ v* ]

env:
DOTNET_VERSION: 3.1.201
DOTNET_VERSION: 3.1.x

jobs:
publish:
Expand Down
4 changes: 2 additions & 2 deletions AppService.Acmebot/AppService.Acmebot.csproj
Expand Up @@ -13,8 +13,8 @@
<PackageReference Include="Microsoft.Azure.Management.WebSites" Version="3.0.0" />
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.5.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.DurableTask" Version="2.2.2" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.5" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.7" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.6" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.9" />
<PackageReference Include="WebJobs.Extensions.HttpApi" Version="1.1.0" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit e6776ef

Please sign in to comment.