Skip to content

Commit

Permalink
Update Microsoft.VisualStudio.Sdk.TestFramework to 17.2.7 (#4731)
Browse files Browse the repository at this point in the history
  • Loading branch information
donnie-msft authored Jul 21, 2022
1 parent 8e50274 commit c3760bb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<package pattern="sharpziplib" />
<package pattern="streamjsonrpc" />
<package pattern="system.*" />
<package pattern="Validation" />
<package pattern="xunit" />
<package pattern="xunit.*" />
<package pattern="xunitxml.testlogger" />
Expand Down
4 changes: 2 additions & 2 deletions build/packages.targets
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
<PackageReference Update="Microsoft.TestPlatform.Portable" Version="17.1.0" />
<PackageReference Update="Microsoft.PowerShell.3.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Update="Microsoft.Test.Apex.VisualStudio" Version="17.1.0-preview-2-31918-026" />
<PackageReference Update="Microsoft.VisualStudio.Sdk.TestFramework" Version="17.0.4-alpha" />
<PackageReference Update="Moq" Version="4.16.1" />
<PackageReference Update="Microsoft.VisualStudio.Sdk.TestFramework.Xunit" Version="17.2.7" />
<PackageReference Update="Moq" Version="4.18.1" />
<PackageReference Update="NuGet.Core" Version="$(NuGetCoreV2Version)" />
<PackageReference Update="Portable.BouncyCastle" Version="1.8.10" />
<PackageReference Update="System.Collections" Version="$(SystemPackagesVersion)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework" />
<PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework.Xunit" />
<PackageReference Include="VsWebSite.Interop" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework" />
<PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework.Xunit" />
</ItemGroup>

<Import Project="$(BuildCommonDirectory)common.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework" />
<PackageReference Include="Microsoft.VisualStudio.Sdk" />
<PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework.Xunit" />
<PackageReference Include="VsWebSite.Interop" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework" />
<PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework.Xunit" />
</ItemGroup>

<Import Project="$(BuildCommonDirectory)common.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework" />
<PackageReference Include="Microsoft.VisualStudio.Sdk.TestFramework.Xunit" />
</ItemGroup>

<Import Project="$(BuildCommonDirectory)common.targets" />
Expand Down

0 comments on commit c3760bb

Please sign in to comment.