Skip to content

Commit

Permalink
Updating ASP.NET Core deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocav committed Apr 10, 2019
1 parent 36a5ab9 commit a165fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for:
- sh: >-
mkdir .dotnet &&
chmod +x dotnet-install.sh &&
./dotnet-install.sh --version 2.2.102 --install-dir .dotnet &&
./dotnet-install.sh --version 2.2.202 --install-dir .dotnet &&
PATH=".dotnet:"$PATH && dotnet --info
build_script:
- sh: dotnet build WebJobs.Script.sln
Expand Down
2 changes: 1 addition & 1 deletion src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.1" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.3" />
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.8100001-0126c21e" />
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.0.3" />
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="3.0.7" />
Expand Down

0 comments on commit a165fce

Please sign in to comment.