Skip to content

Commit ad3350f

Browse files
#1239 remove polyfill packages (#1258)
Signed-off-by: James Thompson - SkiData <[email protected]> Co-authored-by: Phillip Hoff <[email protected]>
1 parent 64c2f48 commit ad3350f

File tree

4 files changed

+0
-15
lines changed

4 files changed

+0
-15
lines changed

src/Dapr.Actors.AspNetCore/Dapr.Actors.AspNetCore.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<ItemGroup>
33
<FrameworkReference Include="Microsoft.AspNetCore.App" />
4-
<!--
5-
This is a workaround for https://github.com/dotnet/sdk/issues/14019
6-
The extra reference is harmless but is needed due to a bug in the 5.0 RC dotnet SDK.
7-
It can be removed when the issue is fixed (likely 5.0 GA).
8-
-->
9-
<PackageReference Include="System.IO.Pipelines" Version="4.7.2" />
104
</ItemGroup>
115

126
<!-- Additional Nuget package properties. -->

src/Dapr.AspNetCore/Dapr.AspNetCore.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@
1212

1313
<ItemGroup>
1414
<FrameworkReference Include="Microsoft.AspNetCore.App" />
15-
16-
<!--
17-
This is a workaround for https://github.com/dotnet/sdk/issues/14019
18-
The extra reference is harmless but is needed due to a bug in the 5.0 RC dotnet SDK.
19-
It can be removed when the issue is fixed (likely 5.0 GA).
20-
-->
21-
<PackageReference Include="System.IO.Pipelines" Version="4.7.2" />
2215
</ItemGroup>
2316

2417
<ItemGroup>

src/Dapr.Client/Dapr.Client.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<PackageReference Include="Grpc.Net.Client" Version="2.52.0" />
2121
<PackageReference Include="Grpc.Tools" Version="2.47.0" PrivateAssets="All" />
2222
<PackageReference Include="Google.Api.CommonProtos" Version="2.2.0" />
23-
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
2423
</ItemGroup>
2524

2625
<ItemGroup>

test/Dapr.Actors.AspNetCore.Test/Dapr.Actors.AspNetCore.Test.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
</PackageReference>
1212
<PackageReference Include="FluentAssertions" Version="5.9.0" />
1313
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.18" />
14-
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.0" />
1514
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
1615
<PackageReference Include="Moq" Version="4.13.1" />
1716
<PackageReference Include="xunit" Version="2.4.1" />

0 commit comments

Comments
 (0)