Skip to content

Commit

Permalink
Replace polyfills with PolyShim
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Apr 4, 2023
1 parent 93e8cca commit 136a241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
4 changes: 2 additions & 2 deletions GitHubActionsTestLogger/GitHubActionsTestLogger.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;net462</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net462</TargetFrameworks>
<IsPackable>true</IsPackable>
</PropertyGroup>

Expand All @@ -27,7 +27,7 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.TestPlatform.ObjectModel" Version="17.5.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="PolySharp" Version="1.12.1" PrivateAssets="all" />
<PackageReference Include="PolyShim" Version="1.0.0" PrivateAssets="all" />
</ItemGroup>

</Project>
24 changes: 0 additions & 24 deletions GitHubActionsTestLogger/Utils/Polyfills.cs

This file was deleted.

0 comments on commit 136a241

Please sign in to comment.