Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump the all group with 17 updates #15

Merged
merged 1 commit into from
Jan 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions UnitTest/Test.Net 5.0/Test.Net 5.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
<PackageReference Include="coverlet.collector" Version="6.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions UnitTest/Test.Net 6.0/Test.Net 6.0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
<PackageReference Include="coverlet.collector" Version="6.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions UnitTest/Test.Net Core/Test.Net Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.6.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.6.3" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
<PackageReference Include="MSTest.TestAdapter" Version="3.6.4" />
<PackageReference Include="MSTest.TestFramework" Version="3.7.0" />
<PackageReference Include="coverlet.collector" Version="6.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
40 changes: 30 additions & 10 deletions UnitTest/Test.Net/Test.Net.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="../packages/MSTest.TestAdapter.3.7.0/build/net462/MSTest.TestAdapter.props" Condition="Exists('../packages/MSTest.TestAdapter.3.7.0/build/net462/MSTest.TestAdapter.props')" />
<Import Project="../packages/Microsoft.Testing.Platform.MSBuild.1.5.0/build/Microsoft.Testing.Platform.MSBuild.props" Condition="Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.5.0/build/Microsoft.Testing.Platform.MSBuild.props')" />
<Import Project="../packages/Microsoft.Testing.Extensions.Telemetry.1.5.0/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props" Condition="Exists('../packages/Microsoft.Testing.Extensions.Telemetry.1.5.0/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props')" />
<Import Project="../packages/Microsoft.Testing.Platform.1.5.0/build/netstandard2.0/Microsoft.Testing.Platform.props" Condition="Exists('../packages/Microsoft.Testing.Platform.1.5.0/build/netstandard2.0/Microsoft.Testing.Platform.props')" />
<Import Project="../packages/MSTest.TestAdapter.3.6.3/build/net462/MSTest.TestAdapter.props" Condition="Exists('../packages/MSTest.TestAdapter.3.6.3/build/net462/MSTest.TestAdapter.props')" />
<Import Project="../packages/Microsoft.Testing.Platform.MSBuild.1.4.3/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props" Condition="Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.4.3/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.props')" />
<Import Project="../packages/Microsoft.Testing.Extensions.Telemetry.1.4.3/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props" Condition="Exists('../packages/Microsoft.Testing.Extensions.Telemetry.1.4.3/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props')" />
Expand Down Expand Up @@ -111,20 +115,24 @@
<HintPath>..\packages\Microsoft.ApplicationInsights.2.22.0\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Testing.Extensions.Telemetry, Version=1.4.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.Testing.Extensions.Telemetry.1.4.3\lib\netstandard2.0\Microsoft.Testing.Extensions.Telemetry.dll</HintPath>
<Reference Include="Microsoft.Testing.Extensions.MSBuild, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.Testing.Platform.MSBuild.1.5.0\lib\netstandard2.0\Microsoft.Testing.Extensions.MSBuild.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Testing.Extensions.TrxReport.Abstractions, Version=1.4.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.Testing.Extensions.TrxReport.Abstractions.1.4.3\lib\netstandard2.0\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll</HintPath>
<Reference Include="Microsoft.Testing.Extensions.Telemetry, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.Testing.Extensions.Telemetry.1.5.0\lib\netstandard2.0\Microsoft.Testing.Extensions.Telemetry.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Testing.Extensions.VSTestBridge, Version=1.4.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.Testing.Extensions.VSTestBridge.1.4.3\lib\netstandard2.0\Microsoft.Testing.Extensions.VSTestBridge.dll</HintPath>
<Reference Include="Microsoft.Testing.Extensions.TrxReport.Abstractions, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.Testing.Extensions.TrxReport.Abstractions.1.5.0\lib\netstandard2.0\Microsoft.Testing.Extensions.TrxReport.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Testing.Platform, Version=1.4.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.Testing.Platform.1.4.3\lib\netstandard2.0\Microsoft.Testing.Platform.dll</HintPath>
<Reference Include="Microsoft.Testing.Extensions.VSTestBridge, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.Testing.Extensions.VSTestBridge.1.5.0\lib\netstandard2.0\Microsoft.Testing.Extensions.VSTestBridge.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Testing.Platform, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.Testing.Platform.1.5.0\lib\netstandard2.0\Microsoft.Testing.Platform.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Testing.Platform.MSBuild, Version=1.4.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
Expand All @@ -144,11 +152,11 @@
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\MSTest.TestFramework.3.6.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
<HintPath>..\packages\MSTest.TestFramework.3.7.0\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\MSTest.TestFramework.3.6.3\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
<HintPath>..\packages\MSTest.TestFramework.3.7.0\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -182,6 +190,10 @@
<Private>True</Private>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.6.0\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
Expand Down Expand Up @@ -242,6 +254,12 @@
<Error Condition="!Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.4.3/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Platform.MSBuild.1.4.3/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets'))" />
<Error Condition="!Exists('../packages/MSTest.TestAdapter.3.6.3/build/net462/MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/MSTest.TestAdapter.3.6.3/build/net462/MSTest.TestAdapter.props'))" />
<Error Condition="!Exists('../packages/MSTest.TestAdapter.3.6.3/build/net462/MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/MSTest.TestAdapter.3.6.3/build/net462/MSTest.TestAdapter.targets'))" />
<Error Condition="!Exists('../packages/Microsoft.Testing.Platform.1.5.0/build/netstandard2.0/Microsoft.Testing.Platform.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Platform.1.5.0/build/netstandard2.0/Microsoft.Testing.Platform.props'))" />
<Error Condition="!Exists('../packages/Microsoft.Testing.Extensions.Telemetry.1.5.0/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Extensions.Telemetry.1.5.0/build/netstandard2.0/Microsoft.Testing.Extensions.Telemetry.props'))" />
<Error Condition="!Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.5.0/build/Microsoft.Testing.Platform.MSBuild.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Platform.MSBuild.1.5.0/build/Microsoft.Testing.Platform.MSBuild.props'))" />
<Error Condition="!Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.5.0/build/Microsoft.Testing.Platform.MSBuild.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/Microsoft.Testing.Platform.MSBuild.1.5.0/build/Microsoft.Testing.Platform.MSBuild.targets'))" />
<Error Condition="!Exists('../packages/MSTest.TestAdapter.3.7.0/build/net462/MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '../packages/MSTest.TestAdapter.3.7.0/build/net462/MSTest.TestAdapter.props'))" />
<Error Condition="!Exists('../packages/MSTest.TestAdapter.3.7.0/build/net462/MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '../packages/MSTest.TestAdapter.3.7.0/build/net462/MSTest.TestAdapter.targets'))" />
</Target>
<Import Project="..\..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\..\packages\MSTest.TestAdapter.2.1.2\build\net45\MSTest.TestAdapter.targets')" />
<Import Project="../packages/Microsoft.Testing.Platform.MSBuild.1.1.0/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets" Condition="Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.1.0/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets')" />
Expand All @@ -258,4 +276,6 @@
<Import Project="../packages/MSTest.TestAdapter.3.6.2/build/net462/MSTest.TestAdapter.targets" Condition="Exists('../packages/MSTest.TestAdapter.3.6.2/build/net462/MSTest.TestAdapter.targets')" />
<Import Project="../packages/Microsoft.Testing.Platform.MSBuild.1.4.3/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets" Condition="Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.4.3/build/netstandard2.0/Microsoft.Testing.Platform.MSBuild.targets')" />
<Import Project="../packages/MSTest.TestAdapter.3.6.3/build/net462/MSTest.TestAdapter.targets" Condition="Exists('../packages/MSTest.TestAdapter.3.6.3/build/net462/MSTest.TestAdapter.targets')" />
<Import Project="../packages/Microsoft.Testing.Platform.MSBuild.1.5.0/build/Microsoft.Testing.Platform.MSBuild.targets" Condition="Exists('../packages/Microsoft.Testing.Platform.MSBuild.1.5.0/build/Microsoft.Testing.Platform.MSBuild.targets')" />
<Import Project="../packages/MSTest.TestAdapter.3.7.0/build/net462/MSTest.TestAdapter.targets" Condition="Exists('../packages/MSTest.TestAdapter.3.7.0/build/net462/MSTest.TestAdapter.targets')" />
</Project>
16 changes: 9 additions & 7 deletions UnitTest/Test.Net/packages.config
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.ApplicationInsights" version="2.22.0" targetFramework="net48" />
<package id="Microsoft.Testing.Extensions.Telemetry" version="1.4.3" targetFramework="net48" />
<package id="Microsoft.Testing.Extensions.TrxReport.Abstractions" version="1.4.3" targetFramework="net48" />
<package id="Microsoft.Testing.Extensions.VSTestBridge" version="1.4.3" targetFramework="net48" />
<package id="Microsoft.Testing.Platform" version="1.4.3" targetFramework="net48" />
<package id="Microsoft.Testing.Platform.MSBuild" version="1.4.3" targetFramework="net48" />
<package id="Microsoft.Testing.Extensions.Telemetry" version="1.5.0" targetFramework="net48" />
<package id="Microsoft.Testing.Extensions.TrxReport.Abstractions" version="1.5.0" targetFramework="net48" />
<package id="Microsoft.Testing.Extensions.VSTestBridge" version="1.5.0" targetFramework="net48" />
<package id="Microsoft.Testing.Platform" version="1.5.0" targetFramework="net48" />
<package id="Microsoft.Testing.Platform.MSBuild" version="1.5.0" targetFramework="net48" />
<package id="Microsoft.TestPlatform.ObjectModel" version="17.12.0" targetFramework="net48" />
<package id="MSTest.TestAdapter" version="3.6.3" targetFramework="net48" />
<package id="MSTest.TestFramework" version="3.6.3" targetFramework="net48" />
<package id="MSTest.Analyzers" version="3.7.0" targetFramework="net48" developmentDependency="true" />
<package id="MSTest.TestAdapter" version="3.7.0" targetFramework="net48" />
<package id="MSTest.TestFramework" version="3.7.0" targetFramework="net48" />
<package id="System.Buffers" version="4.6.0" targetFramework="net48" />
<package id="System.Collections.Immutable" version="9.0.0" targetFramework="net48" />
<package id="System.Diagnostics.DiagnosticSource" version="9.0.0" targetFramework="net48" />
<package id="System.Memory" version="4.6.0" targetFramework="net48" />
<package id="System.Numerics.Vectors" version="4.6.0" targetFramework="net48" />
<package id="System.Reflection.Metadata" version="9.0.0" targetFramework="net48" />
<package id="System.Runtime.CompilerServices.Unsafe" version="6.1.0" targetFramework="net48" />
<package id="System.Threading.Tasks.Extensions" version="4.6.0" targetFramework="net48" />
</packages>
Loading