Skip to content

Commit 338e9bf

Browse files
committed
Add netstandard2.0 build
1 parent c95d7bc commit 338e9bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Xunit.Priority/Xunit.Priority.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -10,7 +10,7 @@
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>

0 commit comments

Comments
 (0)