|
23 | 23 | <DebugSymbols>true</DebugSymbols> |
24 | 24 | <!-- Commonly Used Package Versions --> |
25 | 25 | <AnnotatedReferenceAssemblyVersion>8.0.0</AnnotatedReferenceAssemblyVersion> |
26 | | - <!-- Informational Settings --> |
| 26 | + <EngineVersion>2.0.0-dev01659</EngineVersion> |
| 27 | + <MetadataVersion>3.0.4</MetadataVersion> |
| 28 | + <InternalTraceVersion>1.2.1</InternalTraceVersion> |
| 29 | + <NUnitApiVersion>3.16.2</NUnitApiVersion> |
| 30 | + <!-- Informational Settings --> |
27 | 31 | <Company>TestCentric</Company> |
28 | 32 | <Product>TestCentric Gui Runner and Engine</Product> |
29 | 33 | <Trademark>TestCentric is a trademark of the TestCentric Project</Trademark> |
|
32 | 36 | <NSubstitutePublicKey>0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7</NSubstitutePublicKey> |
33 | 37 | </PropertyGroup> |
34 | 38 |
|
35 | | - <!-- Common package metadata, may be overridden in individual projects --> |
| 39 | + <!-- Version of NUnit used depends on the target framework --> |
| 40 | + <PropertyGroup Condition="'$(TargetFramework)'=='net35' |
| 41 | + OR '$(TargetFramework)'=='netcoreapp2.1' OR '$(TargetFramework)'=='netcoreapp3.1' |
| 42 | + OR '$(TargetFramework)'=='net5.0' Or '$(TargetFramework)'=='net5.0-windows'" > |
| 43 | + <NUnitVersion>3.14.0</NUnitVersion> |
| 44 | + <NSubstituteVersion>2.0.3</NSubstituteVersion> |
| 45 | + </PropertyGroup> |
| 46 | + |
| 47 | + <!-- Default NUnit version for targets not listed above --> |
| 48 | + <PropertyGroup> |
| 49 | + <NUnitVersion Condition="'$(NUnitVersion)'==''">4.1.0</NUnitVersion> |
| 50 | + <NSubstituteVersion Condition="'$(NSubstituteVersion)'==''">5.3.0</NSubstituteVersion> |
| 51 | + </PropertyGroup> |
| 52 | + |
| 53 | + <!-- Common package metadata, may be overridden in individual projects --> |
36 | 54 | <!-- Each project should supply properties for PackageId, Title and Description --> |
37 | 55 | <PropertyGroup> |
38 | 56 | <PackageOutputPath>$(MSBuildThisFileDirectory)..\package</PackageOutputPath> |
|
0 commit comments