Skip to content

Commit

Permalink
Native AOT - update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Dec 15, 2024
1 parent 892cdf8 commit 47d46b7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
14 changes: 14 additions & 0 deletions src/Tests-NativeAOT/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<Project>

<PropertyGroup>
<!-- variables from https://github.com/microsoft/testfx/blob/main/samples/public/Directory.Build.props -->
<AspireTestingVersion>8.2.2</AspireTestingVersion>
<CodeCoverageVersion>17.13.1</CodeCoverageVersion>
<MSTestVersion>3.6.4</MSTestVersion>
<MSTestAOTVersion>1.0.0-alpha.24530.4</MSTestAOTVersion>
<PlaywrightVersion>1.49.0</PlaywrightVersion>
<TestingPlatformVersion>1.4.3</TestingPlatformVersion>
<VSTestVersion>17.12.0</VSTestVersion>
</PropertyGroup>

</Project>
19 changes: 10 additions & 9 deletions src/Tests-NativeAOT/Tests-NativeAOT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@
</PropertyGroup>


<!-- variable set in Tests-NativeAOT/Directory.Build.props -->
<ItemGroup>
<PackageReference Include="Microsoft.CodeCoverage.MSBuild" Version="17.13.1" />
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.13.1" />
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport" Version="1.4.3" />
<PackageReference Include="Microsoft.Testing.Platform.MSBuild" Version="1.4.3" />

<PackageReference Include="MSTest.Engine" Version="1.0.0-alpha.24163.4" />
<PackageReference Include="MSTest.SourceGeneration" Version="1.0.0-alpha.24163.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.4" />
<PackageReference Include="MSTest.Analyzers" Version="3.6.4"/>
<PackageReference Include="Microsoft.CodeCoverage.MSBuild" Version="$(CodeCoverageVersion)" />
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="$(CodeCoverageVersion)" />
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport" Version="$(TestingPlatformVersion)" />
<PackageReference Include="Microsoft.Testing.Platform.MSBuild" Version="$(TestingPlatformVersion)" />

<PackageReference Include="MSTest.Engine" Version="$(MSTestAOTVersion)" />
<PackageReference Include="MSTest.SourceGeneration" Version="$(MSTestAOTVersion)" />
<PackageReference Include="MSTest.TestFramework" Version="$(MSTestVersion)" />
<PackageReference Include="MSTest.Analyzers" Version="$(MSTestVersion)"/>
</ItemGroup>
<ItemGroup>
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
Expand Down

0 comments on commit 47d46b7

Please sign in to comment.