1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
- <PropertyGroup >
3
- <IsPackable >true</IsPackable >
4
- <TargetFramework >netstandard2.0</TargetFramework >
5
- <Version >2.0.0</Version >
6
- <Authors >Pro-Coded, David Paul McQuiggin</Authors >
7
- <Company >Pro-Coded</Company >
8
- <PackageProjectUrl >https://github.com/Pro-Coded/Pro.NBench.xUnit</PackageProjectUrl >
9
- <PackageIconUrl >http://i.imgur.com/h9IyPIm.png</PackageIconUrl >
10
- <Description >Allows NBench tests to be discovered, executed, reported, and debugged using xUnit in ReSharper, and Visual Studio Test Explorer.
2
+ <PropertyGroup >
3
+ <IsPackable >true</IsPackable >
4
+ <TargetFramework >netstandard2.0</TargetFramework >
5
+ <Version >2.0.0</Version >
6
+ <Authors >Pro-Coded, David Paul McQuiggin</Authors >
7
+ <Company >Pro-Coded</Company >
8
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
9
+ <PackageProjectUrl >https://github.com/Pro-Coded/Pro.NBench.xUnit</PackageProjectUrl >
10
+ <PackageIconUrl >http://i.imgur.com/h9IyPIm.png</PackageIconUrl >
11
+ <PackageIcon >icon.png</PackageIcon >
12
+ <Description >
13
+ Allows NBench tests to be discovered, executed, reported, and debugged using xUnit in ReSharper, and Visual Studio Test Explorer.
11
14
12
- Please refer to the project Url for usage information:
15
+ Please refer to the project Url for usage information:
13
16
14
- https://github.com/Pro-Coded/Pro.NBench.xUnit</Description >
15
- <Copyright >Pro-Coded 2020</Copyright >
16
- <RepositoryType >git</RepositoryType >
17
- <RepositoryUrl >https://github.com/Pro-Coded/Pro.NBench.xUnit</RepositoryUrl >
18
- <PackageTags >NBench xUnit Resharper</PackageTags >
19
- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
20
- <AssemblyVersion >2.0.0.0</AssemblyVersion >
21
- <FileVersion >2.0.0.0</FileVersion >
22
- </PropertyGroup >
23
- <ItemGroup >
24
- <PackageReference Include =" NBench" Version =" 2.0.1" />
25
- <PackageReference Include =" System.Diagnostics.TraceSource" Version =" 4.3.0" />
26
- <PackageReference Include =" System.Reflection.Emit.ILGeneration" Version =" 4.7.0" />
27
- <PackageReference Include =" System.Reflection.Emit.Lightweight" Version =" 4.7.0" />
28
- <PackageReference Include =" xunit" Version =" 2.4.1" />
29
- </ItemGroup >
17
+ https://github.com/Pro-Coded/Pro.NBench.xUnit
18
+ </Description >
19
+ <Copyright >Pro-Coded 2020</Copyright >
20
+ <RepositoryType >git</RepositoryType >
21
+ <RepositoryUrl >https://github.com/Pro-Coded/Pro.NBench.xUnit</RepositoryUrl >
22
+ <PackageTags >NBench xUnit Resharper</PackageTags >
23
+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
24
+ <AssemblyVersion >2.0.0.0</AssemblyVersion >
25
+ <FileVersion >2.0.0.0</FileVersion >
26
+ </PropertyGroup >
27
+ <ItemGroup >
28
+ <PackageReference Include =" NBench" Version =" 2.0.1" />
29
+ <PackageReference Include =" System.Diagnostics.TraceSource" Version =" 4.3.0" />
30
+ <PackageReference Include =" System.Reflection.Emit.ILGeneration" Version =" 4.7.0" />
31
+ <PackageReference Include =" System.Reflection.Emit.Lightweight" Version =" 4.7.0" />
32
+ <PackageReference Include =" xunit" Version =" 2.4.1" />
33
+ </ItemGroup >
34
+ <ItemGroup >
35
+ <None Include =" icon.png" Pack =" true" Visible =" false" PackagePath =" " />
36
+ </ItemGroup >
30
37
</Project >
0 commit comments