Skip to content

Commit

Permalink
#1239 remove polyfill packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson-tomo committed Mar 30, 2024
1 parent 1b7c9f4 commit 1056ba3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
6 changes: 0 additions & 6 deletions src/Dapr.Actors.AspNetCore/Dapr.Actors.AspNetCore.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<!--
This is a workaround for https://github.com/dotnet/sdk/issues/14019
The extra reference is harmless but is needed due to a bug in the 5.0 RC dotnet SDK.
It can be removed when the issue is fixed (likely 5.0 GA).
-->
<PackageReference Include="System.IO.Pipelines" Version="4.7.2" />
</ItemGroup>

<!-- Additional Nuget package properties. -->
Expand Down
7 changes: 0 additions & 7 deletions src/Dapr.AspNetCore/Dapr.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />

<!--
This is a workaround for https://github.com/dotnet/sdk/issues/14019
The extra reference is harmless but is needed due to a bug in the 5.0 RC dotnet SDK.
It can be removed when the issue is fixed (likely 5.0 GA).
-->
<PackageReference Include="System.IO.Pipelines" Version="4.7.2" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Dapr.Client/Dapr.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<PackageReference Include="Grpc.Net.Client" Version="2.52.0" />
<PackageReference Include="Grpc.Tools" Version="2.47.0" PrivateAssets="All" />
<PackageReference Include="Google.Api.CommonProtos" Version="2.2.0" />
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</PackageReference>
<PackageReference Include="FluentAssertions" Version="5.9.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.18" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="Moq" Version="4.13.1" />
<PackageReference Include="xunit" Version="2.4.1" />
Expand Down

0 comments on commit 1056ba3

Please sign in to comment.