Skip to content

Commit da34462

Browse files
Bump Microsoft.AspNetCore.Diagnostics from 2.1.1 to 2.2.0 (#1229)
Bumps [Microsoft.AspNetCore.Diagnostics](https://github.com/aspnet/Diagnostics) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/aspnet/Diagnostics/releases) - [Commits](aspnet/Diagnostics@2.1.1...2.2.0) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Diagnostics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54aaf7a commit da34462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sentry.AspNetCore.Tests/Sentry.AspNetCore.Tests.csproj

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

1717
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.1' OR '$(TargetFramework)' == 'net461'">
1818
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.1.1" />
19-
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="2.1.1" />
19+
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="2.2.0" />
2020
<PackageReference Include="Microsoft.AspNetCore" Version="2.1.7" />
2121
</ItemGroup>
2222

0 commit comments

Comments
 (0)