Skip to content

Commit d676152

Browse files
committed
Fix tests?
1 parent 74d9b39 commit d676152

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

test/Grpc.Core.Api.Tests/Grpc.Core.Api.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
3+
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
44
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66

@@ -12,7 +12,7 @@
1212
<ProjectReference Include="..\..\src\Grpc.Core.Api\Grpc.Core.Api.csproj" />
1313
</ItemGroup>
1414

15-
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
15+
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
1616
<Reference Include="System" />
1717
<Reference Include="Microsoft.CSharp" />
1818
</ItemGroup>

test/Grpc.HealthCheck.Tests/Grpc.HealthCheck.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
3+
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
44
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
55
</PropertyGroup>
66

@@ -11,7 +11,7 @@
1111
<PackageReference Include="Grpc.Core" Version="$(GrpcPackageVersion)" />
1212
</ItemGroup>
1313

14-
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
14+
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
1515
<Reference Include="System" />
1616
<Reference Include="Microsoft.CSharp" />
1717
</ItemGroup>

test/Grpc.Reflection.Tests/Grpc.Reflection.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
3+
<TargetFrameworks>net472;netcoreapp3.1</TargetFrameworks>
44
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
55
</PropertyGroup>
66

@@ -11,7 +11,7 @@
1111
<PackageReference Include="Grpc.Core" Version="$(GrpcPackageVersion)" />
1212
</ItemGroup>
1313

14-
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">
14+
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
1515
<Reference Include="System" />
1616
<Reference Include="Microsoft.CSharp" />
1717
</ItemGroup>

0 commit comments

Comments
 (0)