Skip to content

Commit a85c0d2

Browse files
Bump Microsoft.AspNetCore.Mvc.Abstractions from 2.1.3 to 2.1.38 (#1057)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f051203 commit a85c0d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Ui.Altair/Ui.Altair.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
1818
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.7" />
19-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.1.3" />
19+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.1.38" />
2020
</ItemGroup>
2121

2222
</Project>

src/Ui.GraphiQL/Ui.GraphiQL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
1818
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.7" />
19-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.1.3" />
19+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.1.38" />
2020
</ItemGroup>
2121

2222
</Project>

src/Ui.Playground/Ui.Playground.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
1818
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.7" />
19-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.1.3" />
19+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.1.38" />
2020
</ItemGroup>
2121

2222
</Project>

src/Ui.Voyager/Ui.Voyager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
1818
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.7" />
19-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.1.3" />
19+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Abstractions" Version="2.1.38" />
2020
</ItemGroup>
2121

2222
</Project>

0 commit comments

Comments
 (0)