Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added missing version var to tests
  • Loading branch information
twsl committed Jul 23, 2019
commit 99019140d747621d1d0bd009d955c4e33eea76f7
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<ProjectReference Include="..\..\src\AspNet.Security.OAuth.Zalo\AspNet.Security.OAuth.Zalo.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="$(AspNetCoreVersion)" />
<PackageReference Include="JustEat.HttpClientInterception" Version="$(JustEatHttpClientInterceptionVersion)" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="$(MartinCostelloLoggingXUnitVersion)" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(DotNetTestSdkVersion)" />
Expand Down