uruk-project / Jwt

JSON Web Token implementation for .Net & .Net Core
MIT License
84 stars 13 forks source link

Bump Microsoft.NET.Test.Sdk from 15.9.0 to 16.0.0-preview-20190203-03 #245

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps Microsoft.NET.Test.Sdk from 15.9.0 to 16.0.0-preview-20190203-03.

Release notes *Sourced from [Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases).* > ## v16.0.0-preview-20190203-03 > No release notes provided. > > ## v16.0.0-preview-20190201-03 > No release notes provided. > > ## v16.0.0-preview-20190124-02 > Release Notes [here](https://github.com/Microsoft/vstest-docs/blob/master/docs/releases.md) > > ## v16.0.0-preview-20181205-02 > Release Notes [here](https://github.com/Microsoft/vstest-docs/blob/master/docs/releases.md) > > ## v16.0.0-preview-20181128-01 > Release notes [here](https://github.com/Microsoft/vstest-docs/blob/master/docs/releases.md)
Commits - [`031cd31`](https://github.com/Microsoft/vstest/commit/031cd319cdbcb3ea770e4fb832e7b2b1a67d32dd) Fixing the connection timeout ([#1910](https://github-redirect.dependabot.com/microsoft/vstest/issues/1910)) - [`b7b6283`](https://github.com/Microsoft/vstest/commit/b7b62839e45944400d828cfd3dc6f72e4ff9945a) Fixing the timeouts. ([#1909](https://github-redirect.dependabot.com/microsoft/vstest/issues/1909)) - [`e16098b`](https://github.com/Microsoft/vstest/commit/e16098b79621b992944c842ed0ffb83872409816) Running NETFramework 3.5 in compat mode ([#1906](https://github-redirect.dependabot.com/microsoft/vstest/issues/1906)) - [`2d45082`](https://github.com/Microsoft/vstest/commit/2d4508232b6655a4f363b8bbcc887441c7d1d334) Fixing logging error in event sources ([#1897](https://github-redirect.dependabot.com/microsoft/vstest/issues/1897)) - [`e59d9a8`](https://github.com/Microsoft/vstest/commit/e59d9a8cc496aa77ac39b1d5ca7952047d83f6e2) Use build framework log in VSTestLogsTask ([#1882](https://github-redirect.dependabot.com/microsoft/vstest/issues/1882)) - [`5689373`](https://github.com/Microsoft/vstest/commit/5689373077f88b8b178792ef97a42b6de29c7cc7) Fix - Avoid usage of JsonConvert in test host process ([#1881](https://github-redirect.dependabot.com/microsoft/vstest/issues/1881)) - [`31dc9fc`](https://github.com/Microsoft/vstest/commit/31dc9fc8c3d50aaf8832c2210e6deacfbbf10ab6) Reduced system.runtime.interopservices version dependency ([#1880](https://github-redirect.dependabot.com/microsoft/vstest/issues/1880)) - [`3769676`](https://github.com/Microsoft/vstest/commit/37696768786ef1018f0b4499eab9ca27af141057) Fix - dotnet test on a multi-target projects logs only the last target ([#1877](https://github-redirect.dependabot.com/microsoft/vstest/issues/1877)) - [`5f00329`](https://github.com/Microsoft/vstest/commit/5f0032908d809235abd3dbae541105634b0ff41f) Fix xml exception when we are dealing with special chars ([#1872](https://github-redirect.dependabot.com/microsoft/vstest/issues/1872)) - [`d43370b`](https://github.com/Microsoft/vstest/commit/d43370b8b93c4faefc0b7a207a0d99fecd11de02) Catch socket exceptions ([#1861](https://github-redirect.dependabot.com/microsoft/vstest/issues/1861)) - Additional commits viewable in [compare view](https://github.com/microsoft/vstest/compare/v15.9.0...v16.0.0-preview-20190203-03)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a non-semver update to a production dependency.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #270.