Skip to content

Commit 3e2f598

Browse files
committed
Removed .NET Standard 1.3
1 parent 248a870 commit 3e2f598

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

build.cake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ var frameworks = new Dictionary<String, String>
66
{ "net46", "net46" },
77
{ "net461", "net461" },
88
{ "net472", "net472" },
9-
{ "netstandard1.3", "netstandard1.3" },
109
{ "netstandard2.0", "netstandard2.0" },
1110
};
1211

src/AngleSharp.Css.Tests/AngleSharp.Css.Tests.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
66
<IsPackable>false</IsPackable>
77
<LangVersion>7.1</LangVersion>
8+
<AssemblyName>AngleSharp.Css.Tests</AssemblyName>
9+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> <!-- https://github.com/Tyrrrz/GitHubActionsTestLogger/issues/5 -->
810
</PropertyGroup>
911

1012
<ItemGroup>
@@ -17,10 +19,7 @@
1719
<PackageReference Include="AngleSharp.Xml" Version="0.14.0" />
1820
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1921
<PackageReference Include="NUnit" Version="3.13.1" />
20-
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0">
21-
<PrivateAssets>all</PrivateAssets>
22-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
23-
</PackageReference>
22+
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
2423
<PackageReference Include="GitHubActionsTestLogger" Version="1.2.0" />
2524
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
2625
</ItemGroup>

0 commit comments

Comments
 (0)