Skip to content

Commit 046914e

Browse files
committed
update
1 parent 275a232 commit 046914e

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
steps:
4141
- name: Checkout source
4242
uses: actions/checkout@v4
43-
- name: Install libicu63
44-
# libicu63 required for .NET Core 3.1 testing
45-
if: ${{ startsWith(matrix.os, 'ubuntu') }}
46-
run: |
47-
sudo apt-get update
48-
sudo apt-get install -y libicu63
4943
- name: Setup .NET SDK
5044
uses: actions/setup-dotnet@v4
5145
with:

tests/Samples.Complex.Tests/Samples.Complex.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="../../Tests.props" />
33

44
<PropertyGroup>
5-
<TargetFrameworks>net8.0;net6.0;netcoreapp3.1</TargetFrameworks>
5+
<TargetFrameworks>net8.0;net6.0</TargetFrameworks>
66
<Description>End to end tests for Samples.Server project</Description>
77
</PropertyGroup>
88

tests/Transports.AspNetCore.Tests/Transports.AspNetCore.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="../../Tests.props" />
33

44
<PropertyGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' != 'true'">
5-
<TargetFrameworks>netcoreapp2.1;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
5+
<TargetFrameworks>netcoreapp2.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
66
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
77
</PropertyGroup>
88
<PropertyGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">

0 commit comments

Comments
 (0)