Skip to content

Commit dd3f0a8

Browse files
authored
Enginefix (#1072)
* 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
1 parent 3683deb commit dd3f0a8

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

build.cake

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ var configuration = Argument("configuration", "Release");
1212
// SET PACKAGE VERSION
1313
//////////////////////////////////////////////////////////////////////
1414

15-
var version = "4.4.1";
15+
16+
var version = "4.4.2";
17+
1618
var modifier = "";
1719

1820

nuget/NUnit3TestAdapter.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<file src="build\netcoreapp3.1\nunit.engine.core.dll" target="build\netcoreapp3.1\nunit.engine.core.dll" />
4545
<file src="build\netcoreapp3.1\testcentric.engine.metadata.dll" target="build\netcoreapp3.1\testcentric.engine.metadata.dll"/>
4646
<file src="build\netcoreapp3.1\NUnit3TestAdapter.props" target="build\netcoreapp3.1\NUnit3TestAdapter.props" />
47-
<file src="build\netcoreapp3.1\Microsoft.Extensions.DependencyModel.dll" target="build\netcoreapp3.1\Microsoft.Extensions.DependencyModel.dll" />
47+
4848

4949
</files>
5050
</package>

nuget/netcoreapp3.1/NUnit3TestAdapter.props

-5
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,5 @@
3131
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3232
<Visible>False</Visible>
3333
</None>
34-
<None Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.DependencyModel.dll">
35-
<Link>Microsoft.Extensions.DependencyModel.dll</Link>
36-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
37-
<Visible>False</Visible>
38-
</None>
3934
</ItemGroup>
4035
</Project>

src/NUnitTestAdapter/NUnit.TestAdapter.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434

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

4039
<ItemGroup>

0 commit comments

Comments
 (0)