Skip to content

Commit 0bd4133

Browse files
committed
Merge branch 'update-dotnet'
2 parents fa48e59 + 0a6172a commit 0bd4133

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

src/SimpleToDoService/SimpleToDoService.csproj

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
<Version>1.1.0</Version>
4141
</PackageReference>
4242

43-
<PackageReference Include="Microsoft.AspNetCore.Mvc">
44-
<Version>1.1.0</Version>
45-
</PackageReference>
46-
4743
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions">
4844
<Version>1.1.0</Version>
4945
</PackageReference>
@@ -64,8 +60,11 @@
6460
<Version>1.1.0</Version>
6561
</PackageReference>
6662

63+
<PackageReference Include="Microsoft.AspNetCore.Mvc">
64+
<Version>1.1.1</Version>
65+
</PackageReference>
6766
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Xml">
68-
<Version>1.1.0</Version>
67+
<Version>1.1.1</Version>
6968
</PackageReference>
7069
</ItemGroup>
7170

0 commit comments

Comments
 (0)