Skip to content

Commit

Permalink
Add Microsoft.TestPlatform.ObjectModel as a dependency in the nuspec …
Browse files Browse the repository at this point in the history
…for .NET Framework
  • Loading branch information
bradwilson committed Oct 10, 2023
1 parent 9d28006 commit 9b843e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<ILRepackVersion>2.0.13</ILRepackVersion>
<MicrosoftNetCoreAppRefVersion>6.0.11</MicrosoftNetCoreAppRefVersion>
<MicrosoftNetTestSdkVersion>17.7.0</MicrosoftNetTestSdkVersion>
<MicrosoftNetTestSdkVersion>17.7.2</MicrosoftNetTestSdkVersion>
<MicrosoftSourceLinkGitHubVersion>1.1.1</MicrosoftSourceLinkGitHubVersion>
<MicrosoftTestPlatformObjectModelVersion>17.7.0</MicrosoftTestPlatformObjectModelVersion>
<MicrosoftTestPlatformObjectModelVersion>$(MicrosoftNetTestSdkVersion)</MicrosoftTestPlatformObjectModelVersion>
<NerdbankGitVersioningVersion>3.6.133</NerdbankGitVersioningVersion>
<NSubstituteVersion>5.0.0</NSubstituteVersion>
<NSubstituteVersion>5.1.0</NSubstituteVersion>
<TunnelVisionLabsReferenceAssemblyAnnotatorVersion>1.0.0-alpha.160</TunnelVisionLabsReferenceAssemblyAnnotatorVersion>
<XunitAnalyzersVersion>1.4.0-pre.9</XunitAnalyzersVersion>
<XunitVersion>2.5.2-pre.6</XunitVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<NuspecProperties>
Configuration=$(Configuration);
GitCommitId=$(GitCommitId);
MicrosoftTestPlatformObjectModelVersion=$(MicrosoftTestPlatformObjectModelVersion);
PackageVersion=$(PackageVersion);
XunitVersion=$(XunitVersion);
</NuspecProperties>
</PropertyGroup>
</Target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
<repository type="git" url="https://github.com/xunit/xunit" commit="$GitCommitId$" />
<developmentDependency>true</developmentDependency>
<dependencies>
<group targetFramework="net462" />
<group targetFramework="net462">
<dependency id="Microsoft.TestPlatform.ObjectModel" version="$MicrosoftTestPlatformObjectModelVersion$" />
</group>
<group targetFramework="net6.0" />
</dependencies>
<frameworkAssemblies>
Expand Down

0 comments on commit 9b843e1

Please sign in to comment.