Skip to content
This repository was archived by the owner on Jan 23, 2020. It is now read-only.

Commit b195ca1

Browse files
committed
Updating Microsoft.AspNetCore.All to version 2.0.9
1 parent b4ea446 commit b195ca1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TodoListService/TodoListService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</ItemGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
14+
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.9" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

TodoListWebApp/TodoListWebApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
10+
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.9" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)