File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard1.1;net452</TargetFrameworks >
4+ <TargetFrameworks >netstandard1.1;netstandard2.0; net452</TargetFrameworks >
55 <AssemblyName >Xunit.Priority</AssemblyName >
66 <RootNamespace >Xunit.Priority</RootNamespace >
77 <GeneratePackageOnBuild >false</GeneratePackageOnBuild >
1010 <PackageTags >xunit priority order</PackageTags >
1111 <Company />
1212 <Description >Provides an ITestCaseOrderer that allows you to control the order of execution of Xunit tests within a class.</Description >
13- <PackageReleaseNotes >Added DefaultPrority attribute</PackageReleaseNotes >
13+ <PackageReleaseNotes >Added DefaultPrority attribute and netstandard2.0 build </PackageReleaseNotes >
1414 <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
1515 <RepositoryUrl >https://github.com/asherber/Xunit.Priority</RepositoryUrl >
1616 <RepositoryType >git</RepositoryType >
You can’t perform that action at this time.
0 commit comments