Skip to content

Commit

Permalink
Enginefix (#1072)
Browse files Browse the repository at this point in the history
* minor fixes to nuspec and update package for acceptance

* Fixes for issues #1065 and #1066

* updated version

* removed local feed

* updated to 4.4.2, removed refs to dependencymodel package
  • Loading branch information
OsirisTerje committed Mar 1, 2023
1 parent 3683deb commit dd3f0a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
4 changes: 3 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ var configuration = Argument("configuration", "Release");
// SET PACKAGE VERSION
//////////////////////////////////////////////////////////////////////

var version = "4.4.1";

var version = "4.4.2";

var modifier = "";


Expand Down
2 changes: 1 addition & 1 deletion nuget/NUnit3TestAdapter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<file src="build\netcoreapp3.1\nunit.engine.core.dll" target="build\netcoreapp3.1\nunit.engine.core.dll" />
<file src="build\netcoreapp3.1\testcentric.engine.metadata.dll" target="build\netcoreapp3.1\testcentric.engine.metadata.dll"/>
<file src="build\netcoreapp3.1\NUnit3TestAdapter.props" target="build\netcoreapp3.1\NUnit3TestAdapter.props" />
<file src="build\netcoreapp3.1\Microsoft.Extensions.DependencyModel.dll" target="build\netcoreapp3.1\Microsoft.Extensions.DependencyModel.dll" />


</files>
</package>
5 changes: 0 additions & 5 deletions nuget/netcoreapp3.1/NUnit3TestAdapter.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,5 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
</None>
<None Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.DependencyModel.dll">
<Link>Microsoft.Extensions.DependencyModel.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>False</Visible>
</None>
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion src/NUnitTestAdapter/NUnit.TestAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp'">
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="15.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit dd3f0a8

Please sign in to comment.