File tree Expand file tree Collapse file tree 4 files changed +0
-15
lines changed
test/Dapr.Actors.AspNetCore.Test Expand file tree Collapse file tree 4 files changed +0
-15
lines changed Original file line number Diff line number Diff line change 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. -->
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments