Skip to content

Commit

Permalink
Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 (#10)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.10.0 to 16.11.0.
<details>
<summary>Release notes</summary>

*Sourced from [Microsoft.NET.Test.Sdk's releases](https://github.com/microsoft/vstest/releases).*

> ## v16.11.0
> See the release notes [here](https://github.com/microsoft/vstest-docs/blob/main/docs/releases.md#16110).
</details>
<details>
<summary>Commits</summary>

- [`7e7b735`](microsoft/vstest@7e7b735) 16.11 External Packages Insertion ([#2996](microsoft/vstest#2996))
- [`b82fdfa`](microsoft/vstest@b82fdfa) Updated externals to pick-up fixes. ([#2993](microsoft/vstest#2993))
- [`b58f6c4`](microsoft/vstest@b58f6c4) Updated version to 16.11
- [`ec45c34`](microsoft/vstest@ec45c34) Updated Fakes package to release version. ([#2938](microsoft/vstest#2938))
- [`87284b5`](microsoft/vstest@87284b5) Update externals to 16.11 ([#2932](microsoft/vstest#2932))
- See full diff in [compare view](microsoft/vstest@v16.10.0...v16.11.0)
</details>

<br />

Reviewed-on: https://gitea.dysnomia.studio/elanis/portfolio/pulls/10
Co-authored-by: elanis <elanis@noreply.example.org>
Co-committed-by: elanis <elanis@noreply.example.org>
  • Loading branch information
elanis committed Aug 28, 2021
1 parent 0018792 commit a8bba4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Portfolio.Test/Portfolio.Test.csproj
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="5.0.7" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="5.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit a8bba4b

Please sign in to comment.