Skip to content

Commit

Permalink
[main] Update dependencies from microsoft/testanywhere (#1873)
Browse files Browse the repository at this point in the history
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Marco Rossignoli <[email protected]>
Co-authored-by: Amaury Levé <[email protected]>
  • Loading branch information
4 people authored Dec 5, 2023
1 parent 4d4c4f5 commit 02f8f46
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>38aa367e014493c6f6ebfe94d9029bea01d072c4</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Platform" Version="1.0.0-alpha.23603.1">
<Dependency Name="Microsoft.Testing.Platform" Version="1.0.0-alpha.23604.3">
<Uri>https://github.com/microsoft/testanywhere</Uri>
<Sha>43bcc485747b0f15894cc7b6bcd0551af58ad21c</Sha>
<Sha>2160e8bcdaa72dfc8ab916754a85acf0f610ca1a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="8.0.0-beta.23428.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>3d92d0bfd8c9006f5fe1687e465dc4f8aa068b00</Sha>
</Dependency>
<Dependency Name="MSTest" Version="3.2.0-preview.23603.1">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>dea3424f0d567f1549c17494af5c0179f274364f</Sha>
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>dea3424f0d567f1549c17494af5c0179f274364f</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<MicrosoftVisualStudioThreadingAnalyzersVersion>17.7.30</MicrosoftVisualStudioThreadingAnalyzersVersion>
<StrongNamerVersion>0.2.5</StrongNamerVersion>
<StyleCopAnalyzersVersion>1.2.0-beta.507</StyleCopAnalyzersVersion>
<MicrosoftTestingPlatformVersion>1.0.0-alpha.23603.1</MicrosoftTestingPlatformVersion>
<MicrosoftTestingPlatformVersion>1.0.0-alpha.23604.3</MicrosoftTestingPlatformVersion>
</PropertyGroup>
<PropertyGroup Label="MSTest test dependencies">
<FluentAssertionsVersion>6.12.0</FluentAssertionsVersion>
Expand Down
4 changes: 4 additions & 0 deletions src/Package/MSTest.Sdk/MSTest.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
<NoWarn>$(NoWarn);NU5128</NoWarn>
</PropertyGroup>

<ItemGroup Label="NuGet">
<NuspecProperty Include="MSBuildProjectDirectory=$(MSBuildProjectDirectory)" />
</ItemGroup>

<ItemGroup>
<Content Include="Sdk\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
5 changes: 3 additions & 2 deletions src/Package/MSTest.Sdk/MSTest.Sdk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
</metadata>
<files>
$CommonFileElements$
<file src="netstandard2.0\Sdk\Sdk.props" target="Sdk" />
<file src="netstandard2.0\Sdk\Sdk.targets" target="Sdk" />

<file src="$MSBuildProjectDirectory$/Sdk/Sdk.props" target="Sdk" />
<file src="$MSBuildProjectDirectory$/Sdk/Sdk.targets" target="Sdk" />
</files>
</package>

0 comments on commit 02f8f46

Please sign in to comment.